Skip to content

Commit 8c28ad7

Browse files
committed
Gradle: Set project version
This is usually a version number quite similar to the BouncyCastle version.
1 parent 1a0734c commit 8c28ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ subprojects {
118118

119119
sourceCompatibility = 1.5
120120
targetCompatibility = 1.5
121-
version = '1.56-SNAPSHOT'
121+
version = '1.56.0.0'
122122

123123
test {
124124
systemProperty 'bc.test.data.home', bcTestDataHome

0 commit comments

Comments
 (0)