Sha256: 140ff604da60ab4694112b919d7322798da20baaa41beea7da17f217fe959d4e
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
module GitWebhook #:nodoc: class VERSION #:nodoc: MAJOR = 0 MINOR = 0 TINY = 1 PATCH = nil # Set to nil for official release STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lucasmundim-git-webhook-0.0.1 | lib/git-webhook/version.rb |
lucasmundim-git-webhook-0.0.2 | lib/git-webhook/version.rb |