From a10edc986e231046806f778b1eaa72a373eb364c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 26 Jul 2024 19:31:32 +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 95c4eed..3d492e1 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-beta7] - 2024-07-26 + ## [1.0.0-beta6] - 2024-07-19 ## [1.0.0-beta5] - 2024-07-12 @@ -23,7 +25,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-beta6...HEAD +[Unreleased]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta7...HEAD + +[1.0.0-beta7]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta6...v1.0.0-beta7 [1.0.0-beta6]: https://github.com/ortus-boxlang/boxlang-servlet/compare/v1.0.0-beta5...v1.0.0-beta6 diff --git a/gradle.properties b/gradle.properties index 099ccc6..7fc87bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#Fri Jul 19 17:13:30 UTC 2024 -boxlangVersion=1.0.0-beta7 +#Fri Jul 26 19:31:30 UTC 2024 +boxlangVersion=1.0.0-beta8 jdkVersion=21 -version=1.0.0-beta7 +version=1.0.0-beta8 group=ortus.boxlang