Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Mar 8, 2023
1 parent 9642634 commit b5bfdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocis-pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline
// Needs a manual change for every tagged release
LatestTag = "2.0.0+dev"
LatestTag = "3.0.0-alpha.1+dev"

// Date indicates the build date.
Date = time.Now().Format("20060102")
Expand Down

0 comments on commit b5bfdb8

Please sign in to comment.