mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
5db860a334
Also include contriburors update.
7 lines
199 B
Python
7 lines
199 B
Python
from __future__ import (absolute_import, print_function, division)
|
|
|
|
IVERSION = (0, 18, 1)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|
|
PATHOD = "pathod " + VERSION
|
|
MITMPROXY = "mitmproxy " + VERSION
|