From 0ada8a0d566c4106218dc5ac4e3ce1c7822fcc1d Mon Sep 17 00:00:00 2001 From: Anson Qian Date: Fri, 14 Jun 2019 09:43:42 -0700 Subject: [PATCH] Bump version 0.16.11 --- Gemfile.lock | 2 +- lib/synapse/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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