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