We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe686b8 commit bc3ec2cCopy full SHA for bc3ec2c
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.15.1';
+ var version = '2.15.2';
6
7
if (!semver.valid(version)) {
8
throw new Error('Version number is invalid: ' + version);
0 commit comments