We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ae104 commit cbbd604Copy full SHA for cbbd604
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.7.1';
+ var version = '2.7.2';
6
7
if (!Util.semver(version)) {
8
throw new Error('Version number is invalid: ' + version);
0 commit comments