From 5745c34c23aa293c2786114c5bc8b053e8b03cc4 Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 30 Oct 2012 21:05:16 -0500 Subject: [PATCH] version numbering --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index d6d335d..e9d00e7 100755 --- a/bin/autojump +++ b/bin/autojump @@ -34,7 +34,7 @@ import re import shutil from tempfile import NamedTemporaryFile -VERSION = 'release-v21-rc.2' +VERSION = 'release-v21' MAX_KEYWEIGHT = 1000 MAX_STORED_PATHS = 1000 COMPLETION_SEPARATOR = '__'