diff --git a/Gemfile.lock b/Gemfile.lock index 656ebd6..61c268b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cleanrpc (0.0.2) + cleanrpc (0.0.3) GEM remote: https://rubygems.org/ diff --git a/lib/cleanrpc/version.rb b/lib/cleanrpc/version.rb index 657603a..9652274 100644 --- a/lib/cleanrpc/version.rb +++ b/lib/cleanrpc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cleanrpc - VERSION = '0.0.2' + VERSION = '0.0.3' end