Skip to content

Commit 0dbfbf6

Browse files
Merge pull request #13591 from netbox-community/develop
Correct version number
2 parents 8555269 + d515530 commit 0dbfbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '3.5.9-dev'
28+
VERSION = '3.5.9'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

0 commit comments

Comments
 (0)