Set VERSION to 6.2.0-dev (via coho)

This commit is contained in:
Joe Bowser
2016-11-02 16:32:15 -07:00
parent 36646eb527
commit 6a63d9df0a
4 changed files with 50 additions and 50 deletions
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "6.1.0-dev";
public static final String CORDOVA_VERSION = "6.2.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);