Sha256: 400bbd512be0dc71f4560d04d8b7732fa882d00b595175054f651db5572c958c
Contents?: true
Size: 167 Bytes
Versions: 1
Compression:
Stored size: 167 Bytes
Contents
# frozen_string_literal: true module ViewComponent module VERSION MAJOR = 2 MINOR = 3 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
view_component-2.3.0 | lib/view_component/version.rb |