From abbb7fb569ab7ed7a3b726b21753bec75160b318 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 23 Nov 2024 12:56:00 +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 e0f500b..04ff806 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-beta23] - 2024-11-23 + ## [1.0.0-beta22] - 2024-11-15 ## [1.0.0-beta21] - 2024-11-01 @@ -55,7 +57,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-beta22...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta23...HEAD + +[1.0.0-beta23]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta22...v1.0.0-beta23 [1.0.0-beta22]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta21...v1.0.0-beta22 diff --git a/gradle.properties b/gradle.properties index a4d22f9..fadb91c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Nov 15 22:21:41 UTC 2024 -boxlangVersion=1.0.0-beta23 +#Sat Nov 23 12:55:59 UTC 2024 +boxlangVersion=1.0.0-beta24 jdkVersion=21 -version=1.0.0-beta23 +version=1.0.0-beta24 group=ortus.boxlang