Skip to content

Commit

Permalink
Release of v2.3.0, the last release of the 2.x branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Nov 11, 2016
1 parent 6d4f0fe commit 20bcdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'eclipse'

def versionObj = new Version(major: 2, minor: 2, revision: 1)
def versionObj = new Version(major: 2, minor: 3, revision: 0)
group = "net.dv8tion"
archivesBaseName = "JDA"
version = "$versionObj"
Expand Down

0 comments on commit 20bcdc4

Please sign in to comment.