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 6d5a88f commit cd87768Copy full SHA for cd87768
build/cwc/changelog.js
@@ -21,7 +21,7 @@ const fs = require('fs');
21
const path = require('path');
22
23
const date = new Date(Date.now()).toLocaleString();
24
-const version = '5.10.16';
+const version = '6.01.05';
25
const commits = require('child_process').execSync('git --no-pager log -10')
26
.toString('utf8').trim().replace(/[ \t]+$/gm, '');
27
0 commit comments