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 c86b2f1 commit 10fc1f3Copy full SHA for 10fc1f3
debian/changelog
@@ -1,6 +1,6 @@
1
cloudstack (4.20.2.0-SNAPSHOT) unstable; urgency=low
2
3
- * Update the version to 4.20.2.0
+ * Update the version to 4.20.2.0-SNAPSHOT
4
5
-- the Apache CloudStack project <[email protected]> Mon, 29 Jan 2024 10:21:52 +0530
6
tools/marvin/setup.py
@@ -27,7 +27,7 @@
27
raise RuntimeError("python setuptools is required to build Marvin")
28
29
30
-VERSION = "4.20.2.0"
+VERSION = "4.20.2.0-SNAPSHOT"
31
32
setup(name="Marvin",
33
version=VERSION,
0 commit comments