diff --git a/src/GeoExt/Version.js b/src/GeoExt/Version.js index 7d2815ce6..a3c9306ae 100644 --- a/src/GeoExt/Version.js +++ b/src/GeoExt/Version.js @@ -8,8 +8,8 @@ (function() { var major = 2, minor = 0, - patch = 3, - label = '', + patch = 4, + label = 'dev', environment = [], v = '';