Sha256: e7c85a96163fb7a31b3b711e65020c757f8bb6a0af00b7127b538e1015d5ccc6
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# -*- encoding: utf-8 -*- # Primary namespace for the `onstomp` gem module OnStomp # Major / API version MAJOR = 1 # Minor / feature version MINOR = 0 # Patch version PATCH = 12 # Complete version VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
onstomp-1.0.12 | lib/onstomp/version.rb |