Sha256: 307108d6623dc60b996b7dbc275e68d9a99cd1f65e58de637e375db15777511f
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true module Hanami module Controller # The current hanami-controller version. # # @return [String] # # @since 0.1.0 # @api public VERSION = "2.0.0" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hanami-controller-2.0.0 | lib/hanami/controller/version.rb |