Skip to content

Commit 682747e

Browse files
committed
Release v2.13.0
1 parent eed0987 commit 682747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/util/versioning.js

+1-1
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.12.1';
5+
var version = '2.13.0';
66

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

0 commit comments

Comments
 (0)