Browse Source

Bump to v22.3.2, fixes #411.

pull/412/merge release-v22.3.2
William Ting 8 years ago
parent
commit
61af2bf4c5
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.3.1'
VERSION = '22.3.2'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'

Loading…
Cancel
Save