diff --git a/debian/changelog b/debian/changelog index ffa71518efe..303527c51bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ cloudstack (4.20.2.0-SNAPSHOT) unstable; urgency=low - * Update the version to 4.20.2.0 + * Update the version to 4.20.2.0-SNAPSHOT -- the Apache CloudStack project Mon, 29 Jan 2024 10:21:52 +0530 diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 1ec967ef083..afa65b4fe07 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -27,7 +27,7 @@ except ImportError: raise RuntimeError("python setuptools is required to build Marvin") -VERSION = "4.20.2.0" +VERSION = "4.20.2.0-SNAPSHOT" setup(name="Marvin", version=VERSION,