This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new a21a6e9 Bump version on GROOVY_3_0_X branch
a21a6e9 is described below
commit a21a6e953b651041cfc11092b9aff678d93968da
Author: Paul King <[email protected]>
AuthorDate: Fri Apr 10 18:24:56 2020 +1000
Bump version on GROOVY_3_0_X branch
---
gradle.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index a1046b8..53490bb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-groovyVersion = 3.0.3-SNAPSHOT
+groovyVersion = 3.0.4-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3
only digits)
-groovyBundleVersion = 3.0.3.SNAPSHOT
+groovyBundleVersion = 3.0.4.SNAPSHOT
gradle_version=6.3