Skip to content

Commit

Permalink
Version bumped to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ileukocyte committed Aug 15, 2022
1 parent e0c2a0f commit 3352264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "io.ileukocyte"
version = Version(major = 3, minor = 9, stability = Version.Stability.BETA)
version = Version(major = 3, minor = 9)

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/io/ileukocyte/hibernum/Immutable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Immutable {
const val GITHUB_REPOSITORY = "https://github.com/ileukocyte/hibernum"

@JvmField
val VERSION = Version(major = 3, minor = 9, stability = Version.Stability.BETA)
val VERSION = Version(major = 3, minor = 9)

@JvmField
val LOGGER = KotlinLogging.logger("Hibernum")
Expand Down

0 comments on commit 3352264

Please sign in to comment.