Skip to content

Commit d269e42

Browse files
committed
Updating version in release notes script.
1 parent 138d5b7 commit d269e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/release-notes.js

Lines changed: 3 additions & 3 deletions
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.6.1",
13-
short_version: "1.6.1",
14-
final_version: "1.6.1",
12+
version: "1.6.2 RC 1",
13+
short_version: "1.6.2rc1",
14+
final_version: "1.6.2",
1515
categories: []
1616
};
1717

0 commit comments

Comments
 (0)