Skip to content

Commit f40c862

Browse files
committed
Update release notes version.
1 parent d39f735 commit f40c862

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.7.1",
13-
short_version: "1.7.1",
14-
final_version: "1.7.1",
12+
version: "1.7.2rc1",
13+
short_version: "1.7.2rc1",
14+
final_version: "1.7.2",
1515
categories: []
1616
};
1717

0 commit comments

Comments
 (0)