1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

bump to v21.6.9

This commit is contained in:
William Ting 2013-05-29 12:19:26 -05:00
parent c3a0900191
commit f232f9afa8

View File

@ -199,7 +199,7 @@ class Database:
def set_defaults(): def set_defaults():
config = {} config = {}
config['version'] = 'release-v21.6.8' config['version'] = 'release-v21.6.9'
config['max_paths'] = 1000 config['max_paths'] = 1000
config['separator'] = '__' config['separator'] = '__'
config['home'] = os.path.expanduser('~') config['home'] = os.path.expanduser('~')