Skip to content

Commit

Permalink
Version bumped to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ileukocyte committed Jul 29, 2022
1 parent 2f0aaf8 commit c224905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = 8, stability = Version.Stability.BETA)
version = Version(major = 3, minor = 8)

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions src/main/kotlin/io/ileukocyte/hibernum/Immutable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ object Immutable {
const val DEFAULT_PREFIX = "&"
const val GITHUB_REPOSITORY = "https://github.com/ileukocyte/hibernum"

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

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

Expand All @@ -31,9 +34,6 @@ object Immutable {
val EVAL_MODAL_INPUT_BACKUP_CHANNEL_ID: String? =
System.getenv("EVAL_MODAL_INPUT_BACKUP_CHANNEL_ID")

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

@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)"
@JvmField
Expand Down

0 comments on commit c224905

Please sign in to comment.