Skip to content

Commit

Permalink
Bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Jun 9, 2021
1 parent c224132 commit cd1134a
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 @@ -29,7 +29,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "5.1.0"
}

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

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

0 comments on commit cd1134a

Please sign in to comment.