Sha256: 65badc2ae0bd5fe0a8595cb3931851f446638211d7d25261150ab42b4eda2ac0
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true module Hanami class Router # Returns the hanami-router version. # # @return [String] # # @since 0.1.0 # @api public VERSION = "2.2.0.beta2" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-router-2.2.0.beta2 | lib/hanami/router/version.rb |