We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dc43d commit b2e50c5Copy full SHA for b2e50c5
src/version.js
@@ -4,9 +4,9 @@ define(['lib/semver/semver'], function (semver) {
4
/* DO NOT MODIFY THE FOLLOWING LINES MANUALLY */
5
const MAJOR = 2;
6
const MINOR = 158;
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