Skip to content

Commit 6880111

Browse files
authored
Merge pull request #35 from Wolox/release
updated version
2 parents 59fe9e9 + f066b7f commit 6880111

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)