Skip to content

Commit 3069a11

Browse files
author
John Backus
committed
Change version to 4.1.1
1 parent 6b4eca5 commit 3069a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/blockscore/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BlockScore
2-
VERSION = '4.1.0'.freeze
2+
VERSION = '4.1.1'.freeze
33
end

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
HEADERS = {
1919
'Accept' => 'application/vnd.blockscore+json;version=4',
20-
'User-Agent' => 'blockscore-ruby/4.1.0 (https://github.com/BlockScore/blockscore-ruby)',
20+
'User-Agent' => 'blockscore-ruby/4.1.1 (https://github.com/BlockScore/blockscore-ruby)',
2121
'Content-Type' => 'application/json'
2222
}
2323

0 commit comments

Comments
 (0)