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

version bump to 21.4.6

This commit is contained in:
William Ting 2013-02-14 13:41:20 -06:00
parent 409b2ec84c
commit f4fa47fd22

View File

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