Files

8 lines
184 B
Ruby

module NgrokAPI
# rubocop:disable Layout/SpaceAroundOperators
# The current version of the gem
VERSION="0.20.0".freeze
# rubocop:enable Layout/SpaceAroundOperators
end