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 Jul 9, 2021
1 parent 21ff4ff commit 936c673
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.11"
val KojoRevision = "r2"
val KojoBuildDate = "27 June 2021"
val KojoRevision = "r3"
val KojoBuildDate = "9 July 2021"
val JavaVersion = {
val jrv = System.getProperty("java.runtime.version")
val arch = System.getProperty("os.arch")
Expand Down

0 comments on commit 936c673

Please sign in to comment.