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
commit 88bbca20f2c9b40ad350adfedaeb092616ad9063 Author: Thiago H. de Paula Figueiredo <[email protected]> AuthorDate: Wed Sep 9 16:24:51 2020 -0300 5.6.1 release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d604b4..11dfb36 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.6.0" + def major = "5.6.1" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
