Skip to content

Commit

Permalink
update version from 1.2.0 to 1.2.1 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-five256 authored Dec 15, 2023
1 parent d7e28b7 commit fbf3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ProjectInfoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit fbf3f74

Please sign in to comment.