Skip to content

Commit

Permalink
Release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Nov 26, 2021
1 parent 8cc5675 commit 0de1348
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 = "3", revision = "0")
val versionObj = Version(major = "4", minor = "4", revision = "0")

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

0 comments on commit 0de1348

Please sign in to comment.