This is an automated email from the ASF dual-hosted git repository.
leborchuk pushed a commit to branch PG14_ARCHIVE_REBASED
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/PG14_ARCHIVE_REBASED by this
push:
new 0e16b93eb17 Fix: change main version back to 2
0e16b93eb17 is described below
commit 0e16b93eb178d178af6202cf2c974746be130274
Author: Leonid Borchuk <[email protected]>
AuthorDate: Mon Jun 29 15:24:10 2026 +0300
Fix: change main version back to 2
---
gpMgmt/bin/gppylib/gpversion.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpMgmt/bin/gppylib/gpversion.py b/gpMgmt/bin/gppylib/gpversion.py
index 87f9e5104d3..0e639a8d76d 100644
--- a/gpMgmt/bin/gppylib/gpversion.py
+++ b/gpMgmt/bin/gppylib/gpversion.py
@@ -18,7 +18,7 @@ if sys.version_info < (3, 5, 0):
% os.path.split(__file__)[-1])
sys.exit(1)
-MAIN_VERSION = [3,99] # version number for main
+MAIN_VERSION = [2,99] # version number for main
#============================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]