From 07ad63c1b2d3cc8128b238b19be192ffb6d1a44a Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 10 Sep 2018 10:03:10 -0400 Subject: ruby, java, php: bump version to 0.5.0 --- java/pom.xml | 2 +- php/src/Template.php | 2 +- ruby/lib/luigi-template.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index a319405..ca066f4 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -7,7 +7,7 @@ 4.0.0 org.pablotron.luigi luigi-template - 0.4.2 + 0.5.0 UTF-8 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. diff --git a/ruby/lib/luigi-template.rb b/ruby/lib/luigi-template.rb index d1a8ac5..ead573a 100644 --- a/ruby/lib/luigi-template.rb +++ b/ruby/lib/luigi-template.rb @@ -288,7 +288,7 @@ module Luigi # # Version of Luigi Template. # - VERSION = '0.4.2' + VERSION = '0.5.0' # # Base class for all errors raised by Luigi Template. -- cgit v1.2.3