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 36df0f2 commit a2a04dbCopy full SHA for a2a04db
src/version.js
@@ -4,9 +4,9 @@ define(['lib/semver/semver'], (semver) => {
4
/* DO NOT MODIFY THE FOLLOWING LINES MANUALLY */
5
const MAJOR = 2;
6
const MINOR = 171;
7
- const PATCH = 0;
8
- const PRERELEASE = false;
9
- const IS_RELEASE = true;
+ const PATCH = 1;
+ const PRERELEASE = 0;
+ const IS_RELEASE = false;
10
const BUILD_TIME = null;
11
const INCLUDED_MODULE_CSS = [];
12
/* END */
0 commit comments