Tentatively increment data.version to 1.2.
--- a/make/conf/jib-profiles.js Thu Mar 29 01:05:38 2018 +0200
+++ b/make/conf/jib-profiles.js Thu Mar 29 01:06:12 2018 +0200
@@ -184,7 +184,9 @@
// Identifies the version of this format to the tool reading it.
// 1.1 signifies that the publish, publish-src and get-src features are usable.
- data.format_version = "1.1";
+ // FIXME: For testing purposes, try 1.2
+ //data.format_version = "1.1";
+ data.format_version = "1.2";
// Organization, product and version are used when uploading/publishing build results
data.organization = "";