mirror of
https://github.com/ngrok/ngrok-api-ruby.git
synced 2026-05-17 16:50:40 +00:00
8 lines
183 B
Ruby
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
|