Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jun 27, 2020
1 parent 0ee367a commit c9b76db
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 = "1", revision = "1")
val versionObj = Version(major = "4", minor = "2", revision = "0")

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

0 comments on commit c9b76db

Please sign in to comment.