Sha256: 2c1d10d279bf863a7fd81e4a1e8db0921d001a4be748fe843f0cf805f87e0f94

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 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 = 9
  # Complete version
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
onstomp-1.0.9 lib/onstomp/version.rb