Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Dec 16, 2019
1 parent 4bf1d48 commit b835a56
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 "5.1.0"
}

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

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

0 comments on commit b835a56

Please sign in to comment.