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

bump version in script to match release

This commit is contained in:
graysky 2016-02-21 05:46:40 -05:00
parent 14ea9513fd
commit aa366c3a4f

View File

@ -60,7 +60,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.2.4'
VERSION = '22.3.0'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'