Skip to content

Commit

Permalink
Bump to v2.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Mar 5, 2018
1 parent 1a50cc5 commit d018047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin: 'java'
apply plugin: 'kotlin'

group 'com.waicool20'
version 'v2.0.0-RC3'
version 'v2.0.0-RC4'
def kcAutoCompatibility = '0.3.0'

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.0.0-RC3",
"version": "v2.0.0-RC4",
"kcAutoCompatibility": "0.3.0"
}

0 comments on commit d018047

Please sign in to comment.