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 481b2de99 Bumping version to 5.8.5 after 5.8.4 release 481b2de99 is described below commit 481b2de996b23d6db04c095fe6ca8db49e0e19ef Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Tue Feb 6 09:14:39 2024 -0300 Bumping version to 5.8.5 after 5.8.4 release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0d7971fb..7397347b7 100755 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.8.4" + def major = "5.8.5" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.