Skip to content

Commit 4ad3c3d

Browse files
committed
Merge tag '2.23.5' into develop
2.23.5
2 parents 3d04771 + f9bb0e3 commit 4ad3c3d

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.4" }
22+
{ rebar3_gpb_plugin, "2.23.5" }
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.4"},
3+
{vsn, "2.23.5"},
44
{registered, []},
55
{applications,
66
[

0 commit comments

Comments
 (0)