Skip to content

Commit

Permalink
Merge pull request #141 from fhir-crucible/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
arscan authored Mar 31, 2021
2 parents d3b8b1b + 4939d96 commit e0f0d44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
before_install:
- gem update --system
- gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ end

# License

Copyright 2014-2019 The MITRE Corporation
Copyright 2014-2022 The MITRE Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'fhir_client/version'
Gem::Specification.new do |spec|
spec.name = 'fhir_client'
spec.version = FHIR::Client::VERSION
spec.authors = ['Andre Quina', 'Jason Walonoski', 'Janoo Fernandes']
spec.authors = ['Andre Quina', 'Jason Walonoski', 'Robert Scanlon', 'Reece Adamson']
spec.email = ['[email protected]']
spec.licenses = ['Apache-2.0']

Expand Down
2 changes: 1 addition & 1 deletion lib/fhir_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FHIR
class Client
VERSION = '4.0.4'
VERSION = '4.0.5'.freeze
end
end

0 comments on commit e0f0d44

Please sign in to comment.