From 21a5dd9a586cf5712deb3790f15686e5faa503b8 Mon Sep 17 00:00:00 2001 From: "adam.hutchison" Date: Tue, 13 Nov 2018 10:21:38 -0700 Subject: [PATCH] Bump version to 3.8.5 --- lib/protobuf/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protobuf/version.rb b/lib/protobuf/version.rb index f3007bb4..9a70aa66 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,3 +1,3 @@ module Protobuf - VERSION = '3.8.4' # rubocop:disable Style/MutableConstant + VERSION = '3.8.5' # rubocop:disable Style/MutableConstant end