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 3d32120 Bumping version to 5.7.1 after 5.7.0 release 3d32120 is described below commit 3d32120ebb949f30acf546e297632a7b800af78e Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Wed Feb 24 10:01:33 2021 -0300 Bumping version to 5.7.1 after 5.7.0 release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 128e202..8f15482 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.7.0" + def major = "5.7.1" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.