@@ -1,5 +1,9 @@
# NetBox v4.0
+## v4.0.10 (FUTURE)
+
+---
## v4.0.9 (2024-08-14)
### Enhancements
@@ -25,7 +25,7 @@ from utilities.string import trailing_slash
# Environment setup
#
-VERSION = '4.0.9'
+VERSION = '4.0.10-dev'
HOSTNAME = platform.node()
# Set the base directory two levels up
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))