diff --git a/Gemfile.lock b/Gemfile.lock index 920d24b9..6d409093 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - synapse (0.16.10) + synapse (0.16.11) aws-sdk (~> 1.39) docker-api (~> 1.7) dogstatsd-ruby (~> 3.3.0) diff --git a/lib/synapse/version.rb b/lib/synapse/version.rb index a074a49f..12e5f56e 100644 --- a/lib/synapse/version.rb +++ b/lib/synapse/version.rb @@ -1,3 +1,3 @@ module Synapse - VERSION = "0.16.10" + VERSION = "0.16.11" end