We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e347a0f commit ba099e5Copy full SHA for ba099e5
build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'com.spidasoftware.releaseNotes'
10
apply plugin: 'org.owasp.dependencycheck'
11
12
group = 'com.spidasoftware'
13
-version = '12.0.1-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
+version = '11.0.3' // If you're changing the major version also change the currentVersion in ConverterUtils.
14
15
def schemaReleaseVersion = System.getenv("SCHEMA_RELEASE_VERSION")
16
if(schemaReleaseVersion){
0 commit comments