From ab2529072096d357b46972111cc51630b6af4ece Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 23 Aug 2024 13:10:17 +0000 Subject: [PATCH] Version bump --- changelog.md | 6 +++++- gradle.properties | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 984fafa..ed1a15c 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-beta11] - 2024-08-23 + ## [1.0.0-beta10] - 2024-08-16 ## [1.0.0-beta9] - 2024-08-09 @@ -31,7 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First iteration of this runtime -[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta10...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta11...HEAD + +[1.0.0-beta11]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta10...v1.0.0-beta11 [1.0.0-beta10]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta9...v1.0.0-beta10 diff --git a/gradle.properties b/gradle.properties index b652c11..9a3674e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Aug 16 15:39:49 UTC 2024 -boxlangVersion=1.0.0-beta11 +#Fri Aug 23 13:10:15 UTC 2024 +boxlangVersion=1.0.0-beta12 jdkVersion=21 -version=1.0.0-beta11 +version=1.0.0-beta12 group=ortus.boxlang