Sha256: 6484b08eb40a5cf293a191968a0188169fba5bf8f725f9f6688d78742f877d86
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
require 'json' # encoding: utf-8 module SensuPluginsUnicorn # This defines the version of the gem module Version MAJOR = 0 MINOR = 0 PATCH = 1 VER_STRING = [MAJOR, MINOR, PATCH, 'alpha.1'].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-unicorn-0.0.1.alpha.1 | lib/sensu-plugins-unicorn/version.rb |