Skip to content

Commit

Permalink
Merge tag '2.23.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lrascao committed Jan 19, 2024
2 parents a715365 + 108074e commit 7fa3384
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.0" }
{ rebar3_gpb_plugin, "2.23.1" }
]}.
```

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.0"},
{vsn, "2.23.1"},
{registered, []},
{applications,
[
Expand Down

0 comments on commit 7fa3384

Please sign in to comment.