Skip to content

Commit

Permalink
Bump to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Apr 29, 2024
1 parent e30459c commit 30868ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import java.util.concurrent.Executors


object Server {
val VERSION = "2.6.1"
val VERSION_CODE = 16
val VERSION = "2.6.2"
val VERSION_CODE = 17
private val LOG = LoggerFactory.getLogger(Server::class.java)

fun createApp(): Javalin {
Expand Down

0 comments on commit 30868ae

Please sign in to comment.