Skip to content

Commit

Permalink
Update v0.11.0 to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Jan 24, 2024
1 parent d4d5797 commit d049c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2>Latest Versions</h2>
<dl>
<dt>Stable</dt>
<dd><a href="https://github.com/embulk/embulk/releases/tag/v0.11.0">v0.11.0</a></dd>
<dd><a href="https://github.com/embulk/embulk/releases/tag/v0.11.2">v0.11.2</a></dd>
<dd>Note that v0.11 is not fully compatible with v0.9. Several plugins for v0.9 would not work with v0.11.</dd>
<dd>Take a look at <a href="{{ "articles/2023/04/13/embulk-v0.11-is-coming-soon.html" | relative_url }}">this article</a> for details.</dd>
<dt>Past stable</dt>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h3>Set up with JRuby</h3>

<p>Finally, install some Ruby gems.</p>

<pre><code>embulk gem install embulk -v 0.11.0 # Must be the same Embulk version
<pre><code>embulk gem install embulk -v 0.11.2 # Must be the same Embulk version
embulk gem install msgpack
embulk gem install bundler # if you need Bundler
embulk gem install liquid # if you need Liquid</code></pre>
Expand Down

0 comments on commit d049c13

Please sign in to comment.