Skip to content

Commit 9f8bd2c

Browse files
committed
chore: bump version
1 parent 2ef68e3 commit 9f8bd2c

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
@@ -34,7 +34,7 @@ var (
3434
// LatestTag is the latest released version plus the dev meta version.
3535
// Will be overwritten by the release pipeline
3636
// Needs a manual change for every tagged release
37-
LatestTag = "4.0.4+dev"
37+
LatestTag = "4.0.5+dev"
3838

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

0 commit comments

Comments
 (0)