Skip to content

Commit

Permalink
Version bumped to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ileukocyte committed Jul 26, 2022
1 parent 6a4917f commit ffb994b
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 = 5)
version = Version(major = 3, minor = 6)

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 @@ -35,7 +35,7 @@ object Immutable {
System.getenv("EVAL_MODAL_INPUT_BACKUP_CHANNEL_ID")

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

@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 ffb994b

Please sign in to comment.