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 6b4eca5 commit 3069a11Copy full SHA for 3069a11
lib/blockscore/version.rb
@@ -1,3 +1,3 @@
1
module BlockScore
2
- VERSION = '4.1.0'.freeze
+ VERSION = '4.1.1'.freeze
3
end
test/test_helper.rb
@@ -17,7 +17,7 @@
17
18
HEADERS = {
19
'Accept' => 'application/vnd.blockscore+json;version=4',
20
- 'User-Agent' => 'blockscore-ruby/4.1.0 (https://github.com/BlockScore/blockscore-ruby)',
+ 'User-Agent' => 'blockscore-ruby/4.1.1 (https://github.com/BlockScore/blockscore-ruby)',
21
'Content-Type' => 'application/json'
22
}
23
0 commit comments