Skip to content

Commit

Permalink
Set release version to 0.99.3a
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Collins committed Dec 4, 2020
1 parent c314301 commit e2cf733
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 @@ -20,7 +20,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '5.2.0'
}

def releaseVersion = '0.99.3'
def releaseVersion = '0.99.3a'
def releaseBuild = false;

if (System.getenv('TRAVIS_BRANCH') && System.getenv('TRAVIS_PULL_REQUEST') == 'false') {
Expand Down

0 comments on commit e2cf733

Please sign in to comment.