Skip to content

Commit

Permalink
Bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Oct 30, 2024
1 parent 037b9c5 commit 3eb67aa
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.2"
val VERSION_CODE = 17
val VERSION = "2.7.0"
val VERSION_CODE = 18
private val LOG = LoggerFactory.getLogger(Server::class.java)

fun createApp(): Javalin {
Expand Down

0 comments on commit 3eb67aa

Please sign in to comment.