Skip to content

Commit

Permalink
Set VERSION to 7.0.0 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed May 13, 2023
1 parent 29469f5 commit 4669c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0-dev
7.0.0
2 changes: 1 addition & 1 deletion bin/template/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
*/

// Coho updates this line:
const VERSION = '7.0.0-dev';
const VERSION = '7.0.0';

console.log(VERSION);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-browser",
"version": "7.0.0-dev",
"version": "7.0.0",
"description": "cordova-browser release",
"main": "bin/template/cordova/Api.js",
"bin": "bin/create",
Expand Down

0 comments on commit 4669c4d

Please sign in to comment.