1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

remove adding git version to autojump install

This commit is contained in:
William Ting
2012-11-01 04:25:42 -05:00
parent ac1bfeb784
commit f46b541105
4 changed files with 2 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.0.3'
VERSION = 'release-v21.0.4'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'