Sha256: b089ed1c000d9f50e6a12f81af8e1791b35f54b87b360b24ce80f7a6a33c1f72
Contents?: true
Size: 697 Bytes
Versions: 9
Compression:
Stored size: 697 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.alpha6.snapshot5"
Version data entries
9 entries across 9 versions & 3 rubygems