diff --git a/cookbooks/embulk/attributes.rb b/cookbooks/embulk/attributes.rb index 8c533e9..c6375ed 100644 --- a/cookbooks/embulk/attributes.rb +++ b/cookbooks/embulk/attributes.rb @@ -7,7 +7,7 @@ ipaddr = run_command(cmd).stdout.chomp node.reverse_merge!({ 'embulk' => { 'base_binary_url' => 'https://dl.bintray.com/embulk/maven/embulk-', - 'version' => '0.8.33', + 'version' => '0.9.23', 'extension' => '.jar', 'install_path' => '/opt/embulk' }