We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3536c commit d22f575Copy full SHA for d22f575
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 = 0;
7
- const PATCH = 3;
8
- const PRERELEASE = false;
9
- const IS_RELEASE = true;
+ const PATCH = 4;
+ const PRERELEASE = 0;
+ const IS_RELEASE = false;
10
const BUILD_TIME = null;
11
const INCLUDED_MODULE_CSS = [];
12
/* END */
0 commit comments