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 | |
parent | 7bbe26d624abcdd660208a199b764d20a170974a (diff) | |
download | luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.tar.bz2 luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.zip |
ruby, java, php: bump version to 0.5.0
-rw-r--r-- | java/pom.xml | 2 | ||||
-rw-r--r-- | php/src/Template.php | 2 | ||||
-rw-r--r-- | 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.pablotron.luigi</groupId> <artifactId>luigi-template</artifactId> - <version>0.4.2</version> + <version>0.5.0</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 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. |