release: 1.7.22
This commit is contained in:
parent
dd7200cb2d
commit
7ecef1127d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = "1.7.22-SNAPSHOT"
|
||||
ext.kotlin_version = "1.7.22"
|
||||
ext.CI_PROJECT_ID = System.env.CI_PROJECT_ID
|
||||
|
||||
repositories {
|
||||
|
|
2
build.py
2
build.py
|
@ -6,7 +6,7 @@ name = "buildtest"
|
|||
MODULE = "release"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
version = "1.7.22-dev"
|
||||
version = "1.7.22"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
Loading…
Reference in a new issue