Skip to content

Commit dff11c0

Browse files
committed
Update release notes version.
1 parent 299bc65 commit dff11c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/release-notes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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 RC1",
13-
short_version: "1.7.1rc1",
12+
version: "1.7.1",
13+
short_version: "1.7.1",
1414
final_version: "1.7.1",
1515
categories: []
1616
};

0 commit comments

Comments
 (0)