Skip to content

Commit c9c1c12

Browse files
committed
GoBGP 4.0.0
Signed-off-by: FUJITA Tomonori <[email protected]>
1 parent 25c2c6a commit c9c1c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/pkg/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ package version
1818
import "fmt"
1919

2020
const (
21-
MAJOR uint = 3
22-
MINOR uint = 37
21+
MAJOR uint = 4
22+
MINOR uint = 0
2323
PATCH uint = 0
2424
)
2525

0 commit comments

Comments
 (0)