Browse Source

version numbering

pull/139/head
William Ting 12 years ago
parent
commit
5745c34c23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/autojump

+ 1
- 1
bin/autojump View File

@ -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 = '__'

Loading…
Cancel
Save