reopen main for development
This commit is contained in:
parent
8ab74b4f0f
commit
4d00ec03b4
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "10.3.0"
|
||||
VERSION = "11.0.0.dev"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
|
Loading…
Reference in New Issue