reopen main for development

This commit is contained in:
Maximilian Hils 2021-07-16 10:50:01 +02:00
parent 4511ea7c24
commit 95a9e4bdef

View File

@ -2,7 +2,7 @@ import os
import subprocess import subprocess
import sys import sys
VERSION = "7.0.0" VERSION = "8.0.0.dev"
MITMPROXY = "mitmproxy " + VERSION MITMPROXY = "mitmproxy " + VERSION
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one # Serialization format version. This is displayed nowhere, it just needs to be incremented by one