This is an automated email from the ASF dual-hosted git repository. mkevo pushed a commit to branch support/1.15 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 4daf50dd17c10302d6da240e5cc93bb362a9d4b5 Author: Mario Kevo <[email protected]> AuthorDate: Thu Sep 29 14:00:21 2022 +0200 GEODE-10401: Bump version to 1.15.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 bf8f18f..c00a9cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version = 1.15.0-build.0 -geodeVersion = 1.15.+ +version = 1.15.1-build.0 +geodeVersion = 1.15.1 # release properties, set these on the command line to validate against # a release candidate
