Skip to content

Commit

Permalink
Bump version to 4.BETA.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jun 16, 2019
1 parent 598ba9a commit ba1acb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "2.0.4"
}

val versionObj = Version(major="4", minor="ALPHA", revision="0")
val versionObj = Version(major="4", minor="BETA", revision="0")

project.group = "net.dv8tion"
project.version = "$versionObj"
Expand Down

0 comments on commit ba1acb0

Please sign in to comment.