mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Bump version.
This commit is contained in:
parent
868d8278e6
commit
3defe0cbb1
@ -56,9 +56,9 @@
|
||||
<h2>source</h2>
|
||||
|
||||
<ul>
|
||||
<li>Current release: <a href="http://mitmproxy.org/download/pathod-0.9.tar.gz">pathod 0.9</a></li>
|
||||
<li>Current release: <a href="http://mitmproxy.org/download/pathod-0.9.1.tar.gz">pathod 0.9.1</a></li>
|
||||
|
||||
<li>GitHub: <a href="http://github.com/cortesi/pathod">github.com/cortesi/pathod</a></li>
|
||||
<li>GitHub: <a href="http://github.com/mitmproxy/pathod">github.com/cortesi/pathod</a></li>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
IVERSION = (0, 9)
|
||||
IVERSION = (0, 9, 1)
|
||||
VERSION = ".".join(str(i) for i in IVERSION)
|
||||
NAME = "pathod"
|
||||
NAMEVERSION = NAME + " " + VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user