We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08402b commit 33ea3ffCopy full SHA for 33ea3ff
src/src/util/versioning.js
@@ -2,7 +2,7 @@
2
3
define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'lib/semver/semver'], function (VersionHandler, Debug, Variables, semver) {
4
5
- var version = '2.14.1';
+ var version = '2.14.2';
6
7
if (!semver.valid(version)) {
8
throw new Error('Version number is invalid: ' + version);
0 commit comments