Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
natanbc committed Nov 17, 2020
1 parent f925068 commit 6bf73fb
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 @@ -6,7 +6,7 @@ plugins {
id 'com.jfrog.bintray' version '1.8.5'
}

def versionObj = new Version(major: 0, minor: 7, revision: 3)
def versionObj = new Version(major: 0, minor: 7, revision: 4)

group 'com.github.natanbc'
version "${versionObj}"
Expand Down

0 comments on commit 6bf73fb

Please sign in to comment.