1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

version bump to v20-9

This commit is contained in:
William Ting 2012-05-28 09:24:04 -10:00
parent b00e0e85e1
commit 626fa8b080

View File

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