From 24d8ccb48e2c4bcb09cace33a6d432ed5cae9bda Mon Sep 17 00:00:00 2001 From: William Ting Date: Sun, 29 Dec 2013 12:47:51 -0600 Subject: [PATCH] bump version to v21.8-alpha1 --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index 62ba81e..6e4febd 100755 --- a/bin/autojump +++ b/bin/autojump @@ -59,7 +59,7 @@ from utils import sanitize from utils import surround_quotes from utils import take -VERSION = 'release-v21.8.0' +VERSION = 'release-v21.8-alpha1' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'