Skip to content

Commit

Permalink
Update app-version-update.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Nov 13, 2024
1 parent 0c6c06b commit 8544265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsky-tools/build-tools/app-version-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {readFile, writeFile} = require("fs").promises;
const {getFiles} = require("./lib/get-files-directory");
const {prefixPath} = require("./lib/prefix-path.const.js");

let newVersion = "0.6.2";
let newVersion = "0.6.3";

// allow version as single argument
const argv = process.argv.slice(2);
Expand Down

0 comments on commit 8544265

Please sign in to comment.