Browse Source

Merge pull request #401 from graysky2/master

Bump version to v22.3.0.
pull/383/merge
William Ting 8 years ago
parent
commit
4230bbe2d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/autojump

+ 1
- 1
bin/autojump 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 = '__'

Loading…
Cancel
Save