diff --git a/build.gradle b/build.gradle index adadeb57e..4f9811cf1 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ allprojects { group = 'com.spectralogic' - version = '0.7.3-SNAPSHOT' + version = '0.7.4-SNAPSHOT' } subprojects { @@ -42,4 +42,4 @@ project(':integration') { dependencies { compile project(':sdk') } -} \ No newline at end of file +}