Skip to content

Commit d4b42e3

Browse files
author
hansdude
committed
Merge pull request #24 from rpmoore/master
v0.7.4
2 parents b4f4bc0 + 336bd49 commit d4b42e3

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
@@ -21,7 +21,7 @@ apply plugin: 'maven'
2121
apply plugin: 'idea'
2222
apply plugin: 'application'
2323

24-
version = '0.7.3-SNAPSHOT'
24+
version = '0.7.4-SNAPSHOT'
2525
group = 'com.spectralogic'
2626

2727
mainClassName = 'com.spectralogic.ds3cli.Main'
@@ -35,7 +35,7 @@ dependencies {
3535
compile fileTree(dir: 'lib', include: '*.jar')
3636
compile 'commons-cli:commons-cli:1.2'
3737
compile 'com.google.guava:guava:16.0.1'
38-
compile 'com.spectralogic:ds3_java_sdk:0.7.3-SNAPSHOT'
38+
compile 'com.spectralogic:ds3_java_sdk:0.7.4-SNAPSHOT'
3939
testCompile 'com.googlecode.jmockit:jmockit:1.4'
4040
testCompile 'junit:junit:4.11'
4141
}

0 commit comments

Comments
 (0)