This is an automated email from the ASF dual-hosted git repository.

jinwoo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new bde7fb6  GEODE-10467: Bump version to 2.0.1
bde7fb6 is described below

commit bde7fb6afd9caed48ffc08bc201c9199b727a8f3
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Dec 18 05:39:42 2025 -0500

    GEODE-10467: Bump version to 2.0.1
    
    As part of the Geode Release Process, the geode-examples build number
    must be rolled forward as work begins on the next release
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 06a71e8..477fee7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,8 +17,8 @@
 
 # Develop to use latest 1.15.1 artifacts until CI is rebuilt
 # GEODE-10436
-version = 2.0.0-build.0
-geodeVersion = 2.0.0
+version = 2.0.1-build.0
+geodeVersion = 2.0.+
 
 # release properties, set these on the command line to validate against
 # a release candidate

Reply via email to