From 7f9fb7421fc50e07c50ad915a5c46b697a336eac Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 6 Sep 2024 12:12:10 +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 5b5ea3a..8040944 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-beta13] - 2024-09-06 + ## [1.0.0-beta12] - 2024-08-30 ## [1.0.0-beta11] - 2024-08-23 @@ -35,7 +37,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-beta12...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta13...HEAD + +[1.0.0-beta13]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta12...v1.0.0-beta13 [1.0.0-beta12]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta11...v1.0.0-beta12 diff --git a/gradle.properties b/gradle.properties index 76e7efa..bef6902 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Aug 30 16:57:18 UTC 2024 -boxlangVersion=1.0.0-beta13 +#Fri Sep 06 12:12:07 UTC 2024 +boxlangVersion=1.0.0-beta14 jdkVersion=21 -version=1.0.0-beta13 +version=1.0.0-beta14 group=ortus.boxlang