Skip to content

Commit a456522

Browse files
committed
Prepare for next version
1 parent 2c4de1e commit a456522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
group = "io.javalin.community.ssl"
1818
//Must be formatted following the RegEx: /version\s*=\s*"\S+"/g
19-
version = "6.1.0"
19+
version = "6.1.1-SNAPSHOT"
2020

2121
jacoco {
2222
toolVersion = "0.8.8"
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
dependencies {
36-
val javalin = "6.1.0"
36+
val javalin = "6.1.1-SNAPSHOT"
3737
val sslContextKickstart = "8.3.1"
3838

3939
val annotations = "24.1.0"

0 commit comments

Comments
 (0)