diff --git a/Gemfile.lock b/Gemfile.lock index f66431d..0c2c80a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - annotato (0.1.11) + annotato (0.1.12) rails (>= 6.0) GEM diff --git a/lib/annotato/version.rb b/lib/annotato/version.rb index 99f774b..110b5ae 100644 --- a/lib/annotato/version.rb +++ b/lib/annotato/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Annotato - VERSION = "0.1.11" + VERSION = "0.1.12" end