This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch 5.6.x in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/5.6.x by this push: new c071d55 Bumping version to 5.6.3 after 5.6.2 release c071d55 is described below commit c071d55de7a2ac0d26bf33c755f34b3f27b7590b Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Wed Feb 24 10:02:29 2021 -0300 Bumping version to 5.6.3 after 5.6.2 release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a3a4a27..51378fe 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.6.2" + def major = "5.6.3" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.