Skip to content

Commit c9ad845

Browse files
committed
Bump to 3.0.3
This is to catch the patch meant for 3.0.2... which somehow got tagged before the merge.
1 parent f1b4704 commit c9ad845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitmproxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# The actual version string. For precompiled binaries, this will be changed to include the build
55
# tag, e.g. "3.0.0.dev0042-0xcafeabc"
6-
VERSION = "3.0.2"
6+
VERSION = "3.0.3"
77
PATHOD = "pathod " + VERSION
88
MITMPROXY = "mitmproxy " + VERSION
99

0 commit comments

Comments
 (0)