Skip to content

Commit b2e50c5

Browse files
committed
Working on v2.158.1-0
1 parent 92dc43d commit b2e50c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/version.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ define(['lib/semver/semver'], function (semver) {
44
/* DO NOT MODIFY THE FOLLOWING LINES MANUALLY */
55
const MAJOR = 2;
66
const MINOR = 158;
7-
const PATCH = 0;
8-
const PRERELEASE = false;
9-
const IS_RELEASE = true;
7+
const PATCH = 1;
8+
const PRERELEASE = 0;
9+
const IS_RELEASE = false;
1010
const BUILD_TIME = null;
1111
const INCLUDED_MODULE_CSS = [];
1212
/* END */

0 commit comments

Comments
 (0)