From 50031084a21d058eb2d6e5f139e412fbd3698ed7 Mon Sep 17 00:00:00 2001 From: Anson Qian Date: Thu, 13 Jun 2019 16:18:45 -0700 Subject: [PATCH] Bump up version to 0.16.10 --- Gemfile.lock | 2 +- lib/synapse/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a1c3d353..920d24b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - synapse (0.16.9) + synapse (0.16.10) 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 16e3fdef..a074a49f 100644 --- a/lib/synapse/version.rb +++ b/lib/synapse/version.rb @@ -1,3 +1,3 @@ module Synapse - VERSION = "0.16.9" + VERSION = "0.16.10" end