mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Bump version
Do it now already so that mitmproxy will warn the user if netlib is not from master.
This commit is contained in:
parent
3d52d16e8d
commit
a72ae4d85c
@ -1,4 +1,4 @@
|
|||||||
IVERSION = (0, 10)
|
IVERSION = (0, 11)
|
||||||
VERSION = ".".join(str(i) for i in IVERSION)
|
VERSION = ".".join(str(i) for i in IVERSION)
|
||||||
NAME = "netlib"
|
NAME = "netlib"
|
||||||
NAMEVERSION = NAME + " " + VERSION
|
NAMEVERSION = NAME + " " + VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user