We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d8c87 commit 8a3573cCopy full SHA for 8a3573c
backend/src/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.3.9-dev13" # this is the version of the backend, this is compared to the version of the front end. need to be the same
+__version__ = "2.3.9-dev14" # this is the version of the backend, this is compared to the version of the front end. need to be the same
2
src/version.py
version = "2.3.9"
-backend_dev_version = "2.3.9-dev13" # has to match version of backend, update this wehenver updating pre release
+backend_dev_version = "2.3.9-dev14" # has to match version of backend, update this wehenver updating pre release
0 commit comments