Skip to content

Commit

Permalink
Prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed Feb 4, 2024
1 parent bc10ea7 commit d37d61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

group = "io.javalin.community.ssl"
//Must be formatted following the RegEx: /version\s*=\s*"\S+"/g
version = "6.0.1"
version = "6.0.2-SNAPSHOT"

jacoco {
toolVersion = "0.8.8"
Expand All @@ -33,7 +33,7 @@ repositories {
}

dependencies {
val javalin = "6.0.1"
val javalin = "6.0.2-SNAPSHOT"
val sslContextKickstart = "8.3.0"

val annotations = "24.1.0"
Expand Down

0 comments on commit d37d61e

Please sign in to comment.