bblimke/webmock

View on GitHub
lib/webmock/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module WebMock
  VERSION = '3.23.0' unless defined?(::WebMock::VERSION)
end