From c4d82b1888059f9d210e0db25a0e444de8e3dbcf Mon Sep 17 00:00:00 2001 From: William Ting Date: Fri, 9 Sep 2016 10:08:21 -0700 Subject: [PATCH] Bump version to v22.3.5. --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index d29f17a..f4494ea 100755 --- a/bin/autojump +++ b/bin/autojump @@ -65,7 +65,7 @@ from autojump_utils import sanitize from autojump_utils import take from autojump_utils import unico -VERSION = '22.3.4' +VERSION = '22.3.5' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'