diff --git a/Gemfile.lock b/Gemfile.lock index 95b5f17..c26dacf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - remocon (0.4.1) + remocon (0.4.2) activesupport googleauth thor diff --git a/lib/remocon/version.rb b/lib/remocon/version.rb index 3db04c6..99dc0a7 100644 --- a/lib/remocon/version.rb +++ b/lib/remocon/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Remocon - VERSION = "0.4.1" + VERSION = "0.4.2" end