mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
version numbering
This commit is contained in:
2
autojump
2
autojump
@@ -28,7 +28,7 @@ from operator import itemgetter
|
|||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
AUTOJUMP_VERSION = "release v17"
|
AUTOJUMP_VERSION = "release-v18"
|
||||||
MAX_KEYWEIGHT = 1000
|
MAX_KEYWEIGHT = 1000
|
||||||
MAX_STORED_PATHS = 600
|
MAX_STORED_PATHS = 600
|
||||||
COMPLETION_SEPARATOR = '__'
|
COMPLETION_SEPARATOR = '__'
|
||||||
|
|||||||
Reference in New Issue
Block a user