Skip to content

Commit

Permalink
Release of v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Jul 17, 2016
1 parent 27ef5af commit 41677fc
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: 1, revision: 3)
def versionObj = new Version(major: 2, minor: 2, revision: 0)
group = "net.dv8tion"
archivesBaseName = "JDA"
version = "$versionObj"
Expand Down

0 comments on commit 41677fc

Please sign in to comment.