Skip to content

Commit 24db734

Browse files
committed
Update version in release notes builder.
1 parent 2ea7876 commit 24db734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/release-notes.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ var fs = require("fs"),
99
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
1010

1111
var opts = {
12-
version: "1.8.2",
13-
short_version: "1.8.2",
14-
final_version: "1.8.2",
12+
version: "1.9 Beta 1",
13+
short_version: "1.9b1",
14+
final_version: "1.9",
1515
categories: []
1616
};
1717

0 commit comments

Comments
 (0)