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';