diff options
-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. |