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 /ruby/lib | |
parent | 7bbe26d624abcdd660208a199b764d20a170974a (diff) | |
download | luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.tar.bz2 luigi-template-07ad63c1b2d3cc8128b238b19be192ffb6d1a44a.zip |
ruby, java, php: bump version to 0.5.0
Diffstat (limited to 'ruby/lib')
-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. |