From 851f3e3b2d7da227df0c14f25d223c39868da5ea Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 14 Jul 2016 06:21:07 -0700 Subject: [PATCH] Bump version to v22.3.4 --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index bf1443d..d29f17a 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.3' +VERSION = '22.3.4' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'