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

Bump version to v22.3.4

This commit is contained in:
William Ting 2016-07-14 06:21:07 -07:00
parent 242936f258
commit 851f3e3b2d
No known key found for this signature in database
GPG Key ID: 6391002C8D7DFCE5

View File

@ -65,7 +65,7 @@ from autojump_utils import sanitize
from autojump_utils import take from autojump_utils import take
from autojump_utils import unico from autojump_utils import unico
VERSION = '22.3.3' VERSION = '22.3.4'
FUZZY_MATCH_THRESHOLD = 0.6 FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9 TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__' TAB_SEPARATOR = '__'