Sha256: f970af3be2e8e423ef57c92c3ea846e15b0a4ded5bac15eb32830fd71aae51fa
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
# encoding: utf-8 # The version of the logstash package (not the logstash-core gem version). # # Note to authors: this should not include dashes because 'gem' barfs if # you include a dash in the version string. # TODO: (colin) the logstash-core gem uses it's own version number in logstash-core/lib/logstash-core/version.rb # there are some dependencies in logstash-core on the LOGSTASH_VERSION constant this is why # the logstash version is currently defined here in logstash-core/lib/logstash/version.rb but # eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be # fixed. LOGSTASH_VERSION = "5.0.0-beta1"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-core-5.0.0.pre.beta1-java | lib/logstash/version.rb |