Skip to content

Commit cbbd604

Browse files
committed
Release v2.7.2
1 parent 39ae104 commit cbbd604

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.7.1';
5+
var version = '2.7.2';
66

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

0 commit comments

Comments
 (0)