From 10fc1f3a1c593cbd73668550a39e645e0abf7206 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Fri, 6 Jun 2025 18:24:14 +0530 Subject: [PATCH] update version --- debian/changelog | 2 +- tools/marvin/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,