Skip to content

Commit 6bf34b6

Browse files
committed
Gradle: Set project version
This is usually a version number quite similar to the BouncyCastle version.
1 parent 4cf9de8 commit 6bf34b6

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.52'
121+
version = '1.54.0.0'
122122

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

0 commit comments

Comments
 (0)