diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-10 10:03:10 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-10 10:03:10 -0400 |
commit | 07ad63c1b2d3cc8128b238b19be192ffb6d1a44a (patch) | |
tree | e76d7cc4c803ec901b8eb24e8e8aef780e32ce30 /php | |
parent | 7bbe26d624abcdd660208a199b764d20a170974a (diff) | |
download | luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.tar.bz2 luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.zip |
ruby, java, php: bump version to 0.5.0
Diffstat (limited to 'php')
-rw-r--r-- | php/src/Template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Template.php b/php/src/Template.php index bca260f..8dcf944 100644 --- a/php/src/Template.php +++ b/php/src/Template.php @@ -22,7 +22,7 @@ namespace Pablotron\Luigi; * * @api */ -const VERSION = '0.4.2'; +const VERSION = '0.5.0'; /** * Base class for all exceptions raised by Luigi Template. |