mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
clearly indentify git-checkout as dev version
This commit is contained in:
parent
a505221e1a
commit
3b4d8d6eca
@ -1,4 +1,4 @@
|
||||
IVERSION = (3, 0, 0)
|
||||
IVERSION = (3, 0, 0, 'dev')
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
PATHOD = "pathod " + VERSION
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user