Skip to content

Commit 02309f9

Browse files
committed
Update build.gradle
1 parent aabdb9f commit 02309f9

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
@@ -19,7 +19,7 @@ apply plugin: 'maven'
1919
sourceCompatibility = JavaVersion.VERSION_1_7
2020

2121
jar.archiveName = 'ds3_java_sdk'
22-
version = '0.2.5-SNAPSHOT'
22+
version = '0.3.0-SNAPSHOT'
2323
group = 'com.spectralogic'
2424

2525
install.dependsOn test //make sure that the tests get ran before attempting to install

0 commit comments

Comments
 (0)