Skip to content

Commit

Permalink
Merge pull request #189 from perfectsense/update/bump-build
Browse files Browse the repository at this point in the history
Update build to 0.99.2
  • Loading branch information
Jeremy Collins authored Jun 18, 2020
2 parents cac73a2 + d131b08 commit 0cf7b2e
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 'maven-publish'
}

def releaseVersion = '0.99.1'
def releaseVersion = '0.99.2'
def releaseBuild = false;

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

0 comments on commit 0cf7b2e

Please sign in to comment.