From 7123e23706df3a7756ec19e7ac1b2c55ce44fe60 Mon Sep 17 00:00:00 2001 From: William Ting Date: Sat, 12 May 2012 16:38:51 -1000 Subject: [PATCH] minor version bump to v20-6 --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index 0953564..406de3c 100755 --- a/bin/autojump +++ b/bin/autojump @@ -29,7 +29,7 @@ import shutil import sys from tempfile import NamedTemporaryFile -VERSION = 'release-v20-5' +VERSION = 'release-v20-6' MAX_KEYWEIGHT = 1000 MAX_STORED_PATHS = 1000 COMPLETION_SEPARATOR = '__'