Skip to content

Commit

Permalink
Update to v2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jan 2, 2015
1 parent 1cfa5cc commit c3c5b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/util/versioning.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

var version = '2.9.9';
var version = '2.9.10';

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

0 comments on commit c3c5b22

Please sign in to comment.