Skip to content

Commit

Permalink
Merge tag '2.22.7' into develop
Browse files Browse the repository at this point in the history
2.22.7
  • Loading branch information
lrascao committed Sep 23, 2023
2 parents 0ccb0c0 + daeef0a commit 52e49fc
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.22.6" }
{ rebar3_gpb_plugin, "2.22.7" }
]}.
```

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

0 comments on commit 52e49fc

Please sign in to comment.