Skip to content

Commit

Permalink
Bump to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Apr 19, 2024
1 parent 3c86f90 commit 20ee99a
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.5.0"
val VERSION_CODE = 14
val VERSION = "2.6.0"
val VERSION_CODE = 15
private val LOG = LoggerFactory.getLogger(Server::class.java)

fun createApp(): Javalin {
Expand Down

0 comments on commit 20ee99a

Please sign in to comment.