From c5a018df16ffd3cd8fce922568d424684e0b2efe Mon Sep 17 00:00:00 2001 From: William Ting Date: Sat, 16 Jun 2012 13:45:55 -1000 Subject: [PATCH] switch to semantic versioning --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index f8fe81a..aca7c36 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.5' MAX_KEYWEIGHT = 1000 MAX_STORED_PATHS = 1000 COMPLETION_SEPARATOR = '__'