Skip to content

Commit 3ed85cb

Browse files
committed
Makefile: bump rebar3 to 3.25.0
1 parent 1514b51 commit 3ed85cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
SHELL := $(shell command -v bash)
1818
REBAR3 := $(shell type -p rebar3 || echo ./rebar3)
1919
REBAR3_GIT = https://github.com/erlang/rebar3.git
20-
REBAR3_VSN = 3.24.0
20+
REBAR3_VSN = 3.25.0
2121

2222
prefix=/usr/local
2323
exec_prefix=$(prefix)

0 commit comments

Comments
 (0)