Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Update the BOM retrieval version to v0.30.0-dev #4607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ package version
// All the variables are set during build time
// Note: Please !!DO NOT!!! change the name or remove this variable
var (
Version string = "v0.28.0-dev"
Version string = "v0.30.0-dev"
)
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ package tkgconfigpaths
var (
TKGDefaultImageRepo string = "projects-stg.registry.vmware.com/tkg"
TKGDefaultCompatibilityImagePath string = "framework-zshippable/tkg-compatibility"
TKGManagementClusterPluginVersion string = "v0.29.0-dev"
TKGManagementClusterPluginVersion string = "v0.30.0-dev"
)