1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
William Ting
6962da3fa2 switch to semantic versioning 2012-06-16 13:52:43 -10:00

View File

@ -29,7 +29,7 @@ import shutil
import sys
from tempfile import NamedTemporaryFile
VERSION = 'release-v20-7'
VERSION = 'release-v20.7'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'