# frozen_string_literal: true module ViewComponent module VERSION MAJOR = 1 MINOR = 14 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".") end end