From b815bb9fcacd8d4e848be6d3f1b3ef0294dbd1d5 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 5 Sep 2023 08:06:55 -0700 Subject: [PATCH] Start 0.9.5 development cycle We don't need a 0.10 at the moment. --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cddd9829..48b27750 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ And in `build.gradle`: ```gradle plugins { - id "com.google.protobuf" version "0.10.0-SNAPSHOT" + id "com.google.protobuf" version "0.9.5-SNAPSHOT" } ``` diff --git a/build.gradle b/build.gradle index 541d3cba..d5363863 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } group = 'com.google.protobuf' -version = '0.10.0-SNAPSHOT' +version = '0.9.5-SNAPSHOT' ext.isReleaseVersion = !version.endsWith("SNAPSHOT")