This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new b9eede7 Bumping version to 5.7.0-SNAPSHOT after 5.6.0 release
b9eede7 is described below
commit b9eede77f2a6cfd8748bc06a3f8a68ea98b69c63
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sun Aug 23 15:24:30 2020 -0300
Bumping version to 5.7.0-SNAPSHOT after 5.6.0 release
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 0d604b4..b6d25c8 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
- def major = "5.6.0"
+ def major = "5.7.0"
def minor = ""
// When building on the CI server, make sure -SNAPSHOT is appended, as it
is a nightly build.