Skip to content

Commit cd87768

Browse files
MartenvanWezelMarkusBordihn
authored andcommitted
Update changelog.js to also reflect proper version number (#219)
1 parent 6d5a88f commit cd87768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cwc/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fs = require('fs');
2121
const path = require('path');
2222

2323
const date = new Date(Date.now()).toLocaleString();
24-
const version = '5.10.16';
24+
const version = '6.01.05';
2525
const commits = require('child_process').execSync('git --no-pager log -10')
2626
.toString('utf8').trim().replace(/[ \t]+$/gm, '');
2727

0 commit comments

Comments
 (0)