Skip to content

Commit 52b0e8a

Browse files
committed
Merge tag '2.23.3' into develop
2.23.3
2 parents 66767dd + 89eab86 commit 52b0e8a

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

0 commit comments

Comments
 (0)