diff --git a/Gemfile.lock b/Gemfile.lock index ea677f30..76711bcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turbo-rails (0.7.10) + turbo-rails (0.7.11) rails (>= 6.0.0) GEM diff --git a/lib/turbo/version.rb b/lib/turbo/version.rb index d8365383..efd161f2 100644 --- a/lib/turbo/version.rb +++ b/lib/turbo/version.rb @@ -1,3 +1,3 @@ module Turbo - VERSION = "0.7.10" + VERSION = "0.7.11" end