Skip to content

Commit c23535a

Browse files
committed
add authentication v4
1 parent d9c12ad commit c23535a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ TAG:=origin/3.x
329329
VERSION:=3.x
330330
$(eval $(authentication))
331331

332+
TAG:=origin/4.x
333+
VERSION:=4.x
334+
$(eval $(authentication))
335+
332336
# Generate build targets for authorization
333337
TAG:=origin/2.x
334338
VERSION:=2.x

0 commit comments

Comments
 (0)