Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Dec 10, 2021
1 parent 9fbbb8e commit 8d8e663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
class Version
{
/**
* Application version.
* @var string Application version.
*/
const APP = '6.2.0';
const APP = '6.3.0';
/**
* Date of publication of the application.
* @var string Date of publication of the application.
*/
const DATE = '2021.07.02';
const DATE = '2021.12.10';
}

0 comments on commit 8d8e663

Please sign in to comment.