aboutsummaryrefslogtreecommitdiff
path: root/php/src/Template.php
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-10 10:03:10 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-10 10:03:10 -0400
commit07ad63c1b2d3cc8128b238b19be192ffb6d1a44a (patch)
treee76d7cc4c803ec901b8eb24e8e8aef780e32ce30 /php/src/Template.php
parent7bbe26d624abcdd660208a199b764d20a170974a (diff)
downloadluigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.tar.bz2
luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.zip
ruby, java, php: bump version to 0.5.0
Diffstat (limited to 'php/src/Template.php')
-rw-r--r--php/src/Template.php2
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.