Skip to content

Commit 501b053

Browse files
committed
Update version to 2.2
1 parent dc09558 commit 501b053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
script: |
2222
const script = require(require('path').resolve('./.github/workflows/version.js'))
2323
const vs = script({ context, github, firstRev: 'a3c6d6ad' });
24-
const majmin = '2.1';
24+
const majmin = '2.2';
2525
let ver_str = vs.formatVersion(`${majmin}.$(GitRevCount)-$(GitBranch) [$(GitSha6)/$(yyyy)-$(mm)-$(dd)]`);
2626
let ver_suf = vs.formatVersion('$(GitBranch)');
2727
if (ver_suf == 'main') {

0 commit comments

Comments
 (0)