From 91580258973fd6de724192bdb136759056c531d4 Mon Sep 17 00:00:00 2001 From: Billy Ceskavich Date: Mon, 11 Sep 2023 17:22:02 -0400 Subject: [PATCH] chore: prepare v0.4.11 release --- Gemfile.lock | 2 +- lib/knock/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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