diff options
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/lib/luigi-template.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |