File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org
28
28
29
29
Simply use RubyGems:
30
30
31
- gem install fluent-plugin-systemd -v 0.3.0
31
+ gem install fluent-plugin-systemd -v 0.3.1
32
32
33
33
or
34
34
35
- td-agent-gem install fluent-plugin-systemd -v 0.3.0
35
+ td-agent-gem install fluent-plugin-systemd -v 0.3.1
36
36
37
37
## Input Plugin Configuration
38
38
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
6
7
7
Gem ::Specification . new do |spec |
8
8
spec . name = "fluent-plugin-systemd"
9
- spec . version = "0.3.0 "
9
+ spec . version = "0.3.1 "
10
10
spec . authors = [ "Ed Robinson" ]
11
11
spec . email = [ "ed@reevoo.com" ]
12
12
You can’t perform that action at this time.
0 commit comments