You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc: Set version attribute in plugin source file (#308)
Update links to long format to pick up version
Bump to v4.4.1
Note that we're resetting the version attribute to `current` at the end of the file to avoid carry over to other files. After we resolve formatting and clean up older files, we can remove the reset in the source file.
Copy file name to clipboardExpand all lines: logstash-input-file.gemspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |s|
2
2
3
3
s.name='logstash-input-file'
4
-
s.version='4.4.0'
4
+
s.version='4.4.1'
5
5
s.licenses=['Apache-2.0']
6
6
s.summary="Streams events from files"
7
7
s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
0 commit comments