Set Version to 7.1.4-dev

(based on e1befaca5a)
This commit is contained in:
Christopher J. Brody
2018-11-22 09:25:57 -05:00
parent e1befaca5a
commit afdffe4028
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "7.1.3";
var VERSION = "7.1.4-dev";
module.exports.version = VERSION;
+1 -1
View File
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '7.1.3';
var PLATFORM_VERSION_BUILD_LABEL = '7.1.4-dev';
// file: src/scripts/require.js
/* jshint -W079 */