feat: bump version to 10.0.0-dev (#1181)

This commit is contained in:
エリス
2021-04-13 15:34:00 +09:00
committed by GitHub
parent 9c165cb94f
commit a33044921d
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
const VERSION = '9.2.0-dev';
const VERSION = '10.0.0-dev';
var path = require('path');
+1 -1
View File
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '9.2.0-dev';
var PLATFORM_VERSION_BUILD_LABEL = '10.0.0-dev';
// file: src/scripts/require.js
var require;
var define;