Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Apr 3, 2017
1 parent e154eab commit fb5dddd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
*/
class Foundation implements FoundationContract
{
/* ------------------------------------------------------------------------------------------------
/* -----------------------------------------------------------------
| Constants
| ------------------------------------------------------------------------------------------------
| -----------------------------------------------------------------
*/
const VERSION = '2.0.2';
const VERSION = '2.1.1';

/* ------------------------------------------------------------------------------------------------
/* -----------------------------------------------------------------
| Properties
| ------------------------------------------------------------------------------------------------
| -----------------------------------------------------------------
*/
/**
* The application instance.
Expand All @@ -28,9 +28,9 @@ class Foundation implements FoundationContract
*/
protected $app;

/* ------------------------------------------------------------------------------------------------
/* -----------------------------------------------------------------
| Constructor
| ------------------------------------------------------------------------------------------------
| -----------------------------------------------------------------
*/
/**
* Foundation constructor.
Expand All @@ -42,9 +42,9 @@ public function __construct(Application $app)
$this->app = $app;
}

/* ------------------------------------------------------------------------------------------------
/* -----------------------------------------------------------------
| Getters & Setters
| ------------------------------------------------------------------------------------------------
| -----------------------------------------------------------------
*/
/**
* Get the package version.
Expand Down

0 comments on commit fb5dddd

Please sign in to comment.