Ver Fonte

Bump version for upcoming v2.9 release

Jeremy Stretch há 5 anos atrás
pai
commit
943c2230ba
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -16,7 +16,7 @@ from django.core.validators import URLValidator
 # Environment setup
 #
 
-VERSION = '2.9-beta2'
+VERSION = '2.9.0'
 
 # Hostname
 HOSTNAME = platform.node()