diff --git a/Gemfile.lock b/Gemfile.lock index a7274f9..f695280 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - knockapi (0.4.10) + knockapi (0.4.11) GEM remote: https://rubygems.org/ diff --git a/lib/knock/version.rb b/lib/knock/version.rb index 63e00ed..3f23d43 100644 --- a/lib/knock/version.rb +++ b/lib/knock/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Knock - VERSION = '0.4.10' + VERSION = '0.4.11' end