We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e503c68 commit 2d93d5eCopy full SHA for 2d93d5e
src/src/util/versioning.js
@@ -2,7 +2,7 @@
2
3
define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function (VersionHandler, Debug, Variables, Util) {
4
5
- var version = '2.9.5';
+ var version = '2.9.6';
6
7
if (!Util.semver(version)) {
8
throw new Error('Version number is invalid: ' + version);
0 commit comments