Bump `embulk` version.

This commit is contained in:
Kazuhiro MUSASHI 2021-05-02 19:14:31 +09:00
parent 8f6752dc6f
commit 2cf998e0d7
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}