From 9c8316168bb0a5124d202bc1a8b5842b42b95572 Mon Sep 17 00:00:00 2001 From: flack Date: Thu, 6 Jul 2023 21:33:36 +0200 Subject: [PATCH] Bump version --- api/functions.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/functions.php b/api/functions.php index 4caf4bb..5106ac7 100644 --- a/api/functions.php +++ b/api/functions.php @@ -7,7 +7,7 @@ function mgd_version() : string { - return '1.9.0+git'; + return '1.10.0'; } function mgd_is_guid($input) : bool diff --git a/composer.json b/composer.json index 6f98538..c8559ca 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.9.x-dev" + "dev-master": "1.10.x-dev" } }, "config": {