mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-28 20:24:59 +08:00
clearly indentify git-checkout as dev version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user