Skip to content

Commit

Permalink
Bump to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jan 30, 2025
1 parent 2a01b68 commit e564c5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
au_core_test_kit (0.0.16)
au_core_test_kit (0.0.17)
inferno_core (>= 0.4.2)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.0)
Expand Down
4 changes: 2 additions & 2 deletions au_core_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require_relative 'lib/au_core_test_kit/version'
Gem::Specification.new do |spec|
spec.name = 'au_core_test_kit'
spec.version = AUCoreTestKit::VERSION
spec.authors = ['Ilya Beda']
spec.email = ['ilya@beda.software']
spec.authors = ['Ilya Beda', 'Pavel Rozhkov']
spec.email = ['ilya@beda.software', 'pavel.r@beda.software']
spec.summary = 'AU Core Inferno tests'
spec.description = 'AU Core Inferno tests'
spec.homepage = 'https://github.com/hl7au/au-fhir-core-inferno'
Expand Down
2 changes: 1 addition & 1 deletion lib/au_core_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AUCoreTestKit
VERSION = '0.0.16'
VERSION = '0.0.17'
end

0 comments on commit e564c5b

Please sign in to comment.