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 b5bda4075 Bumping version to 5.8.4 after 5.8.3 release b5bda4075 is described below commit b5bda40756c5e946901d18694a094f023ba6d2b5 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Thu Jul 13 14:25:04 2023 -0300 Bumping version to 5.8.4 after 5.8.3 release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8263e12c1..40c36f710 100755 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.8.3" + def major = "5.8.4" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.