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.
2 parents 41fa9ba + 9399c2b commit ac4f6b7Copy full SHA for ac4f6b7
build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'com.spidasoftware.releaseNotes'
10
apply plugin: 'org.owasp.dependencycheck'
11
12
group = 'com.spidasoftware'
13
-version = '10.0.1-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
+version = '10.0.1' // 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