Class: TailwindCss::Utils::Bump

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/bridgetown-plugin-tailwindcss/utils.rb

Overview

capture groups

Constant Summary collapse

VERSION_REGEX =
%r!(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)!.freeze