Skip to content

Commit

Permalink
Version bumped to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ileukocyte committed Jul 22, 2022
1 parent 8d22c8d commit b33a756
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 = 4, patch = 3)
version = Version(major = 3, minor = 5)

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 @@ -32,7 +32,7 @@ object Immutable {
as KotlinJsr223ScriptEngineImpl

@JvmField
val VERSION = Version(major = 3, minor = 4, patch = 3)
val VERSION = Version(major = 3, minor = 5)

@JvmField
val USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0" //"User-Agent: DiscordBot ($GITHUB_REPOSITORY, $VERSION)"
Expand Down

0 comments on commit b33a756

Please sign in to comment.