Skip to content

Commit a487621

Browse files
authored
update opencloud 4.0.0-rc.2 (#1917)
1 parent fe83b6b commit a487621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
// LatestTag is the latest released version plus the dev meta version.
1717
// Will be overwritten by the release pipeline
1818
// Needs a manual change for every tagged release
19-
LatestTag = "4.0.0-rc.1+dev"
19+
LatestTag = "4.0.0-rc.2+dev"
2020

2121
// Date indicates the build date.
2222
// This has been removed, it looks like you can only replace static strings with recent go versions

0 commit comments

Comments
 (0)