Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuingKhaos committed Apr 15, 2016
1 parent 77c9b2b commit da783b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
*/
abstract class Kernel extends BaseKernel
{
const VERSION = '0.3.3-DEV';
const VERSION = '0.3.3';
const VERSION_ID = '00303';
const MAJOR_VERSION = '0';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '3';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

/**
* {@inheritdoc}
Expand Down

0 comments on commit da783b6

Please sign in to comment.