Skip to content

Commit

Permalink
Bump up revision number.
Browse files Browse the repository at this point in the history
  • Loading branch information
litan committed Feb 16, 2023
1 parent 3680776 commit fcc9d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/net/kogics/kojo/lite/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package net.kogics.kojo.lite
object Versions {
val KojoMajorVersion = "2.9"
val KojoVersion = "2.9.24"
val KojoRevision = "r26"
val KojoBuildDate = "14 February 2023"
val KojoRevision = "r27"
val KojoBuildDate = "15 February 2023"
val JavaVersion = {
val jrv = System.getProperty("java.runtime.version")
val arch = System.getProperty("os.arch")
Expand Down

0 comments on commit fcc9d94

Please sign in to comment.