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