Skip to content

Commit

Permalink
Gradle: Set project version
Browse files Browse the repository at this point in the history
This is usually a version number quite similar to the BouncyCastle
version.
  • Loading branch information
rtyley committed Aug 30, 2017
1 parent 6de2b54 commit f2ed42a
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 @@ -126,7 +126,7 @@ subprojects {

sourceCompatibility = 1.5
targetCompatibility = 1.5
version = '1.59-SNAPSHOT'
version = '1.58.0.0'

test {
systemProperty 'bc.test.data.home', bcTestDataHome
Expand Down

0 comments on commit f2ed42a

Please sign in to comment.