Skip to content

Commit

Permalink
update app version to '3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-github committed Oct 7, 2024
1 parent a542606 commit d16881d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

class Application extends App
{
public const CURRENT_APP_VERSION = '2.0';
public const CURRENT_APP_VERSION = '3.0';
public const DEBUG_MODE = true;
public const DISPLAY_ERRORS = self::DEBUG_MODE;

Expand Down Expand Up @@ -126,4 +126,4 @@ protected function initLogger(): Logger
return new Logger('app', [$logHandler]);
}

}
}

0 comments on commit d16881d

Please sign in to comment.