Skip to content

Commit 1616462

Browse files
committed
bump-version: always use dotted version in latest-version.txt
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3528420 commit 1616462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var autoUpdate = () => {
5959
version = match[1];
6060

6161
if (parseInt(match[3]) > 1) {
62-
version += '(' + match[3] + ')';
62+
version += '.' + match[3];
6363
}
6464

6565
match = release.published_at.match(timeRegex);

0 commit comments

Comments
 (0)