From 3e2a769b0a4f5e188a17f25de82e7e77ad96de50 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 18 Oct 2024 15:04:53 +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 c429c72..cec9721 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-beta19] - 2024-10-18 + ## [1.0.0-beta18] - 2024-10-11 ## [1.0.0-beta17] - 2024-10-04 @@ -47,7 +49,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-beta18...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta19...HEAD + +[1.0.0-beta19]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta18...v1.0.0-beta19 [1.0.0-beta18]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta17...v1.0.0-beta18 diff --git a/gradle.properties b/gradle.properties index 1c3d04d..2d07370 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Oct 11 15:36:38 UTC 2024 -boxlangVersion=1.0.0-beta19 +#Fri Oct 18 15:04:51 UTC 2024 +boxlangVersion=1.0.0-beta20 jdkVersion=21 -version=1.0.0-beta19 +version=1.0.0-beta20 group=ortus.boxlang