We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299bc65 commit dff11c0Copy full SHA for dff11c0
build/release-notes.js
@@ -9,8 +9,8 @@ var fs = require("fs"),
9
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
10
11
var opts = {
12
- version: "1.7 RC1",
13
- short_version: "1.7.1rc1",
+ version: "1.7.1",
+ short_version: "1.7.1",
14
final_version: "1.7.1",
15
categories: []
16
};
0 commit comments