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 67b5a2f commit cb16ca4Copy full SHA for cb16ca4
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 = 175;
7
- const PATCH = 5;
8
- const PRERELEASE = false;
9
- const IS_RELEASE = true;
+ const PATCH = 6;
+ const PRERELEASE = 0;
+ const IS_RELEASE = false;
10
const BUILD_TIME = null;
11
const INCLUDED_MODULE_CSS = [];
12
/* END */
0 commit comments