Merge pull request 'Bump `embulk` version.' (#73) from bump-embulk-version into master

Reviewed-on: #73
This commit is contained in:
Kazuhiro MUSASHI 2021-05-02 19:16:10 +09:00
commit 0641270206
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'
}