ci: publish version 243

This commit is contained in:
FalsePattern 2024-09-20 10:20:22 +02:00
parent f256882d72
commit 86f6e09b56
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ plugins {
id("de.undercouch.download") version("5.6.0") id("de.undercouch.download") version("5.6.0")
} }
val publishVersions = listOf("232", "233", "241", "242") val publishVersions = listOf("232", "233", "241", "242", "243")
val gitVersion: groovy.lang.Closure<String> by extra val gitVersion: groovy.lang.Closure<String> by extra

View file

@ -17,7 +17,7 @@
set -e set -e
declare -a branches=("master" "241" "233" "232") declare -a branches=("master" "242" "241" "233" "232")
DEFAULT_BRANCH="${branches[0]}" DEFAULT_BRANCH="${branches[0]}"