We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f458b0 commit 7544fdfCopy full SHA for 7544fdf
framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
31
* are not expected to implement it.
32
*/
33
public interface CordovaWebView {
34
- public static final String CORDOVA_VERSION = "13.0.1-dev";
+ public static final String CORDOVA_VERSION = "14.0.0-dev";
35
36
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
37
0 commit comments