1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixed version number

This commit is contained in:
Jeremy Stretch
2017-11-17 12:06:52 -05:00
parent ca77e4545a
commit 7e475511b6

View File

@ -22,7 +22,7 @@ if sys.version_info[0] < 3:
DeprecationWarning
)
VERSION = '2.2.7-dev'
VERSION = '2.3.0-dev'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))