Skip to content

Commit a2a04db

Browse files
committed
Working on v2.171.1-0
1 parent 36df0f2 commit a2a04db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/version.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ define(['lib/semver/semver'], (semver) => {
44
/* DO NOT MODIFY THE FOLLOWING LINES MANUALLY */
55
const MAJOR = 2;
66
const MINOR = 171;
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)