Skip to content

Commit a323158

Browse files
authored
Merge pull request #22 from embulk/topic/bump-embulk-version
Update v0.11.2 to v0.11.4
2 parents b1d7de9 + 758b894 commit a323158

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# You can create any custom variable you would like, and they will be accessible
55
# in the templates via {{ site.myvariable }}.
66
title: Embulk
7+
embulk_version: 0.11.4
78
# email: your-email@example.com
89
# description: >- # this means to ignore newlines until "baseurl:"
910
# Write an awesome description for your new site here. You can edit this

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h2>Latest Versions</h2>
3333
<dl>
3434
<dt>Stable</dt>
35-
<dd><a href="https://github.com/embulk/embulk/releases/tag/v0.11.2">v0.11.2</a></dd>
35+
<dd><a href="https://github.com/embulk/embulk/releases/tag/v{{ site.embulk_version }}">v{{ site.embulk_version }}</a></dd>
3636
<dd>Note that v0.11 is not fully compatible with v0.9. Several plugins for v0.9 would not work with v0.11.</dd>
3737
<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>
3838
<dt>Past stable</dt>
@@ -104,7 +104,7 @@ <h3>Set up with JRuby</h3>
104104

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

107-
<pre><code>embulk gem install embulk -v 0.11.2 # Must be the same Embulk version
107+
<pre><code>embulk gem install embulk -v {{ site.embulk_version }} # Must be the same Embulk version
108108
embulk gem install msgpack
109109
embulk gem install bundler # if you need Bundler
110110
embulk gem install liquid # if you need Liquid</code></pre>

0 commit comments

Comments
 (0)