From 833dcca40812b5e329ff7cc6d35f9455e0b45b45 Mon Sep 17 00:00:00 2001 From: William Ting Date: Mon, 11 Feb 2013 10:48:31 -0600 Subject: [PATCH] version bump --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index ebd3aa9..c5ed872 100755 --- a/bin/autojump +++ b/bin/autojump @@ -34,7 +34,7 @@ import re import shutil from tempfile import NamedTemporaryFile -VERSION = 'release-v21.4.2' +VERSION = 'release-v21.4.3' MAX_KEYWEIGHT = 1000 MAX_STORED_PATHS = 1000 COMPLETION_SEPARATOR = '__'