From 60a2138bea4ffa3e9c3eb82f848c8323d3f1b84e Mon Sep 17 00:00:00 2001 From: Github actions bot Date: Tue, 1 Nov 2022 13:08:02 +0000 Subject: [PATCH] Bump to version 0.10.0-rc1 Signed-off-by: Github actions bot --- .github/actions/deploy/last_release | 2 +- appinfo/info.xml | 2 +- lib/Controller/UtilApiController.php | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/deploy/last_release b/.github/actions/deploy/last_release index 4148992a1..0d111a937 100644 --- a/.github/actions/deploy/last_release +++ b/.github/actions/deploy/last_release @@ -1 +1 @@ -0.9.17 +0.10.0-rc1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 95b495591..72bddcd51 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ Cookbook An integrated cookbook using schema.org JSON files as recipes - 0.9.17 + 0.10.0-rc1 agpl Christian Wolf Sebastian Fey diff --git a/lib/Controller/UtilApiController.php b/lib/Controller/UtilApiController.php index b8d932885..464b93c81 100644 --- a/lib/Controller/UtilApiController.php +++ b/lib/Controller/UtilApiController.php @@ -19,7 +19,7 @@ public function __construct($AppName, IRequest $request) { */ public function getApiVersion(): JSONResponse { $response = [ - 'cookbook_version' => [0, 9, 17], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 10, 0, '-rc1'], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'epoch' => 0, 'major' => 1, diff --git a/package.json b/package.json index d6188c0e9..5aa87749e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookbook", - "version": "0.9.17", + "version": "0.10.0-rc1", "description": "", "license": "AGPL-3.0-or-later", "author": "",