We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fe9e9 commit f066b7fCopy full SHA for f066b7f
lib/wor/requests/version.rb
@@ -1,5 +1,5 @@
1
module Wor
2
module Requests
3
- VERSION = '0.1.0'.freeze
+ VERSION = '0.1.1'.freeze
4
end
5
spec/wor/version_spec.rb
@@ -8,6 +8,6 @@
8
9
10
it 'has the correct version number' do
11
- expect(version).to eq('0.1.0')
+ expect(version).to eq('0.1.1')
12
13
0 commit comments