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 05bafb8 Bumping version to 5.8.1 after 5.8.0 release
05bafb8 is described below
commit 05bafb8388bd654dbf64f6355a507a81ba075759
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Jan 25 10:36:49 2022 -0300
Bumping version to 5.8.1 after 5.8.0 release
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 94e9dbf..135bf48 100755
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
- def major = "5.8.0"
+ def major = "5.8.1"
def minor = ""
// When building on the CI server, make sure -SNAPSHOT is appended, as it
is a nightly build.