From aa366c3a4f647da68b47f0152217acb1e197eb3e Mon Sep 17 00:00:00 2001 From: graysky Date: Sun, 21 Feb 2016 05:46:40 -0500 Subject: [PATCH] bump version in script to match release --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index 9660128..5595d14 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.4' +VERSION = '22.3.0' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'