Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / bundle / jruby / 1.9 / gems / polyglot-0.3.4 / lib / polyglot / version.rb

module Polyglot #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 3
    TINY  = 4

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end