From 8b525c1b55ef72487d0b01fb1e7f90407b7f5e99 Mon Sep 17 00:00:00 2001 From: William Ting Date: Sun, 25 Jan 2015 16:13:20 +0900 Subject: [PATCH] Bump to v22.24. --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index e3d89d6..9660128 100755 --- a/bin/autojump +++ b/bin/autojump @@ -60,7 +60,7 @@ from autojump_utils import sanitize from autojump_utils import take from autojump_utils import unico -VERSION = '22.2.3' +VERSION = '22.2.4' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'