diff --git a/Gemfile.lock b/Gemfile.lock index cf0f39f7..303fe87c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - au_core_test_kit (0.0.14) + au_core_test_kit (0.0.15) inferno_core (>= 0.4.2) smart_app_launch_test_kit (>= 0.4.0) tls_test_kit (~> 0.2.0) diff --git a/lib/au_core_test_kit/version.rb b/lib/au_core_test_kit/version.rb index e34f8882..9881736c 100644 --- a/lib/au_core_test_kit/version.rb +++ b/lib/au_core_test_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AUCoreTestKit - VERSION = '0.0.14' + VERSION = '0.0.15' end