Skip to content

Commit f066b7f

Browse files
committed
updated version
1 parent 59fe9e9 commit f066b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/wor/requests/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Wor
22
module Requests
3-
VERSION = '0.1.0'.freeze
3+
VERSION = '0.1.1'.freeze
44
end
55
end

spec/wor/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
end
99

1010
it 'has the correct version number' do
11-
expect(version).to eq('0.1.0')
11+
expect(version).to eq('0.1.1')
1212
end
1313
end

0 commit comments

Comments
 (0)