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

Post-release version bump

This commit is contained in:
Jeremy Stretch
2018-02-21 16:13:29 -05:00
parent 8b5dba25f5
commit d29fd338eb

View File

@@ -13,7 +13,7 @@ except ImportError:
)
VERSION = '2.2.10'
VERSION = '2.2.11-dev'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))