Skip to content

Commit

Permalink
Merge tag '2.23.2' into develop
Browse files Browse the repository at this point in the history
2.23.2
  • Loading branch information
lrascao committed Jul 22, 2024
2 parents ea149c5 + 81b2adf commit 35dfa00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the plugin to your rebar config:
{erl_opts, [{i, "./_build/default/plugins/gpb/include"}]}.

{plugins, [
{ rebar3_gpb_plugin, "2.23.1" }
{ rebar3_gpb_plugin, "2.23.2" }
]}.
```

Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_gpb_plugin.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_gpb_plugin, [
{description, "A rebar3 gpb plugin for compiling .proto files"},
{vsn, "2.23.1"},
{vsn, "2.23.2"},
{registered, []},
{applications,
[
Expand Down

0 comments on commit 35dfa00

Please sign in to comment.