Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marioizquierdo committed Oct 30, 2020
1 parent bd5e6bb commit c80bb13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
PATH
remote: .
specs:
twirp (1.5.0)
twirp (1.6.0)
faraday (< 2)
google-protobuf (~> 3.0, >= 3.0.0)

GEM
remote: https://rubygems.org/
specs:
faraday (1.0.1)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
google-protobuf (3.11.4)
ruby2_keywords
google-protobuf (3.13.0)
minitest (5.14.0)
multipart-post (2.1.1)
rack (2.2.3)
rake (13.0.1)
ruby2_keywords (0.0.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion example/hello_world/service_twirp.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_ruby 1.4.1, DO NOT EDIT.
# Code generated by protoc-gen-twirp_ruby 1.6.0, DO NOT EDIT.
require 'twirp'
require_relative 'service_pb.rb'

Expand Down
2 changes: 1 addition & 1 deletion lib/twirp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# permissions and limitations under the License.

module Twirp
VERSION = "1.5.0"
VERSION = "1.6.0"
end
2 changes: 1 addition & 1 deletion protoc-gen-twirp_ruby/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ package main

// Version is the same version in the ruby gem: lib/twirp/version.rb
// It helps identify what version of the code generator was used.
const Version = "1.5.0"
const Version = "1.6.0"

0 comments on commit c80bb13

Please sign in to comment.