This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push:
new 4d02b8fb6 Bumping version to 5.8.7 after release
4d02b8fb6 is described below
commit 4d02b8fb66140b2ec12ec7afd489091f8e9843f0
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Wed Apr 17 09:46:58 2024 -0300
Bumping version to 5.8.7 after release
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index e36ed4d2e..4f410c991 100755
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
- def major = "5.8.6"
+ def major = "5.8.7"
def minor = ""
// When building on the CI server, make sure -SNAPSHOT is appended, as it
is a nightly build.