From ecd272e97992a7b13ff6fdf22595c02972cad571 Mon Sep 17 00:00:00 2001 From: William Ting Date: Sun, 19 Jun 2016 11:24:44 -0700 Subject: [PATCH] Bump version to v22.3.1. --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index 5595d14..ff99163 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.3.0' +VERSION = '22.3.1' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'