Skip to content

Commit 35dfa00

Browse files
committed
Merge tag '2.23.2' into develop
2.23.2
2 parents ea149c5 + 81b2adf commit 35dfa00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the plugin to your rebar config:
1919
{erl_opts, [{i, "./_build/default/plugins/gpb/include"}]}.
2020

2121
{plugins, [
22-
{ rebar3_gpb_plugin, "2.23.1" }
22+
{ rebar3_gpb_plugin, "2.23.2" }
2323
]}.
2424
```
2525

src/rebar3_gpb_plugin.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, rebar3_gpb_plugin, [
22
{description, "A rebar3 gpb plugin for compiling .proto files"},
3-
{vsn, "2.23.1"},
3+
{vsn, "2.23.2"},
44
{registered, []},
55
{applications,
66
[

0 commit comments

Comments
 (0)