From fbf3f74ad8617fee0c5833dc67f60f499fdffbc2 Mon Sep 17 00:00:00 2001 From: e-five <146029455+e-five256@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:07:19 -0500 Subject: [PATCH] update version from 1.2.0 to 1.2.1 (#347) --- src/Service/ProjectInfoService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/ProjectInfoService.php b/src/Service/ProjectInfoService.php index ea429b637..e0e981420 100644 --- a/src/Service/ProjectInfoService.php +++ b/src/Service/ProjectInfoService.php @@ -9,7 +9,7 @@ */ class ProjectInfoService { - private const VERSION = '1.2.0'; // TODO: Retrieve the version from git tags or getenv()? + private const VERSION = '1.2.1'; // TODO: Retrieve the version from git tags or getenv()? private const NAME = 'mbin'; private const USER_AGENT = 'MbinBot'; private const REPOSITORY_URL = 'https://github.com/MbinOrg/mbin';