From 3f0eae1be76ae67de12595c80a9e513ea390490c Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 16 Feb 2017 21:41:27 -0800 Subject: [PATCH] Bump version to v22.5.1. --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index 3111f1e..0509a0d 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.5.0' +VERSION = '22.5.1' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'