We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae91b7 commit 5379330Copy full SHA for 5379330
kong.gemspec
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
20
21
spec.add_development_dependency "bundler", "~> 1.7"
22
spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_runtime_dependency "excon", "~> 0.49.0"
+ spec.add_runtime_dependency "excon"
24
end
lib/kong/version.rb
@@ -1,3 +1,3 @@
1
module Kong
2
- VERSION = '0.3.1'.freeze
+ VERSION = '0.3.2'.freeze
3
0 commit comments