mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Bump version for next release cycle
This commit is contained in:
parent
9beae933ba
commit
58aeb2b843
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import (absolute_import, print_function, division)
|
||||
|
||||
IVERSION = (0, 14, 0)
|
||||
IVERSION = (0, 14, 1)
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
|
||||
NAME = "mitmproxy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue