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 c09d286 commit 6d6314eCopy full SHA for 6d6314e
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.10.0';
+ var version = '2.10.1';
6
7
if (!Util.semver(version)) {
8
throw new Error('Version number is invalid: ' + version);
0 commit comments