This is an automated email from the ASF dual-hosted git repository. dixie pushed a commit to branch support/1.13 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit ab2510bc1d5c9db1846a389b2dbf0d3c8697b537 Author: Dick Cavender <[email protected]> AuthorDate: Thu Mar 3 16:00:18 2022 -0800 GEODE-10100: Bump version to 1.13.8 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 192f7b2..4e163d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # limitations under the License. # version = 1.13.8-build.0 -geodeVersion = 1.13.+ +geodeVersion = 1.13.8 # release properties, set these on the command line to validate against # a release candidate
