From 482432d96b8bd3cfbf2f1f1715e0c554eb3fd829 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 25 Oct 2024 15:01:42 +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 cec9721..cb6c362 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-beta20] - 2024-10-25 + ## [1.0.0-beta19] - 2024-10-18 ## [1.0.0-beta18] - 2024-10-11 @@ -49,7 +51,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-beta19...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta20...HEAD + +[1.0.0-beta20]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta19...v1.0.0-beta20 [1.0.0-beta19]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta18...v1.0.0-beta19 diff --git a/gradle.properties b/gradle.properties index 2d07370..91f60de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Oct 18 15:04:51 UTC 2024 -boxlangVersion=1.0.0-beta20 +#Fri Oct 25 15:01:40 UTC 2024 +boxlangVersion=1.0.0-beta21 jdkVersion=21 -version=1.0.0-beta20 +version=1.0.0-beta21 group=ortus.boxlang