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 cbfd3cf + 19293a4 commit ace035cCopy full SHA for ace035c
scripts/update-kotlin-version.js
@@ -10,11 +10,11 @@ let version = pkg.version.match(/([0-9]+\.[0-9]+\.[0-9]+)/)[0];
10
11
if(process.argv.length === 3) {
12
// update-kotlin-version.js SNAPSHOT
13
- // -> version = "1.3.0-SNAPSHOT"
+ // -> version = "1.3.1-SNAPSHOT"
14
version = `${version}-${process.argv[2]}`;
15
} else if(process.argv.length === 2) {
16
// update-kotlin-version.js
17
- // -> version = "1.3.0"
+ // -> version = "1.3.1"
18
}
19
20
console.log(`Updating Version to ${version}`);
0 commit comments