Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 29, 2024
1 parent 9a271ed commit 73c667f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
abstract class AbstractController extends \Pop\Controller\AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/ApplicationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class ApplicationController extends AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/ConsoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class ConsoleController extends AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/DatabaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class DatabaseController extends AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/MigrationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2012-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class MigrationController extends AbstractController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Event/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class Console
{
Expand Down
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class Exception extends \Exception
{
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class Application extends AbstractModel
{
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class Database extends AbstractModel
{
Expand Down
4 changes: 2 additions & 2 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Nick Sagona, III <[email protected]>
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)
* @license http://www.popphp.org/license New BSD License
* @version 2.3.0
* @version 2.3.2
*/
class Module extends \Pop\Module\Module
{
Expand All @@ -40,7 +40,7 @@ class Module extends \Pop\Module\Module
* Application version
* @var string
*/
const VERSION = '2.3.0';
const VERSION = '2.3.2';

/**
* Register module
Expand Down

0 comments on commit 73c667f

Please sign in to comment.