bump version to: 1.7.23-SNAPSHOT

This commit is contained in:
ansgarz 2024-01-12 10:51:29 +01:00
parent 7ecef1127d
commit b5b377aa6c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = "1.7.22" ext.kotlin_version = "1.7.23-SNAPSHOT"
ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID
repositories { repositories {

View file

@ -6,7 +6,7 @@ name = "buildtest"
MODULE = "release" MODULE = "release"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "1.7.22" version = "1.7.23-dev"
@init @init
def initialize(project): def initialize(project):