diff --git a/VERSION b/VERSION index 089b1e69f9..65eec2f1c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.7 +6.0.8-dev diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 31523b9930..8ab50c3e73 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "6.0.7"; +var VERSION = "6.0.8-dev"; module.exports.version = VERSION; diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 96f921a586..eecdc8538a 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one * are not expected to implement it. */ public interface CordovaWebView { - public static final String CORDOVA_VERSION = "6.0.7"; + public static final String CORDOVA_VERSION = "6.0.8-dev"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences); diff --git a/package.json b/package.json index 145e85ca72..e077cc8292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "6.0.7", + "version": "6.0.8-dev", "description": "aemm-android release", "bin": { "create": "bin/create"