Skip to content

Commit

Permalink
Bump client library version
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Sep 5, 2016
1 parent c6f4503 commit 095ce9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
VERSION_MAJOR = 3
VERSION_MINOR = 0
VERSION_PATCH = 1
VERSION_SUFFIX = "beta1"
VERSION_SUFFIX = "release"

PUBLISH_ARTIFACT_ID = 'dronekit-android'
PUBLISH_VERSION = generateVersionName("", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_SUFFIX)
Expand Down

0 comments on commit 095ce9e

Please sign in to comment.