Skip to content

Commit

Permalink
Re-generate example with latest version.
Browse files Browse the repository at this point in the history
```bash
protoc --plugin=protoc-gen-twirp_ruby=./exe/protoc-gen-twirp_ruby --ruby_out=. --twirp_ruby_out=. ./example/hello_world.proto
```
  • Loading branch information
darronschall committed May 21, 2024
1 parent b0cad52 commit 0a9342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/hello_world_twirp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Generated by the protoc-gen-twirp_ruby gem v1.0.0. DO NOT EDIT!
# Generated by the protoc-gen-twirp_ruby gem v1.1.0. DO NOT EDIT!
# source: example/hello_world.proto

require "twirp"
Expand Down

0 comments on commit 0a9342b

Please sign in to comment.