Skip to content

Commit c3c5b22

Browse files
committed
Update to v2.9.10
1 parent 1cfa5cc commit c3c5b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/util/versioning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function (VersionHandler, Debug, Variables, Util) {
44

5-
var version = '2.9.9';
5+
var version = '2.9.10';
66

77
if (!Util.semver(version)) {
88
throw new Error('Version number is invalid: ' + version);

0 commit comments

Comments
 (0)