Skip to content

Commit 47d3fd2

Browse files
committed
Updating version and gradle version
1 parent ca2e18e commit 47d3fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
allprojects {
1717
group = 'com.spectralogic.ds3'
18-
version = '3.2.0-RC11'
18+
version = '3.2.0-RC12'
1919
}
2020

2121
subprojects {
@@ -41,7 +41,7 @@ subprojects {
4141
}
4242

4343
task wrapper(type: Wrapper) {
44-
gradleVersion = '2.12'
44+
gradleVersion = '2.13'
4545
}
4646

4747
project(':ds3-sdk-integration') {

0 commit comments

Comments
 (0)