Files
ngrok-api-ruby/lib/ngrokapi/version.rb
T
2021-09-20 22:08:35 +00:00

8 lines
183 B
Ruby

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