Browse Source

meta: Bump new development version

Burak Yigit Kaya 4 years ago
parent
commit
48afd5763b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -25,7 +25,7 @@ from sentry.utils.distutils import (
 )
 
 
-VERSION = "20.7.0"
+VERSION = "20.8.0.dev0"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"