diff --git a/pkg/buildinfo/version.go b/pkg/buildinfo/version.go index 6a2206eee..786f183c9 100644 --- a/pkg/buildinfo/version.go +++ b/pkg/buildinfo/version.go @@ -20,7 +20,7 @@ limitations under the License. package buildinfo // Version is the current version of Sonobuoy, set by the go linker's -X flag at build time -var Version = "v0.11.1" +var Version = "v0.11.2" // MinimumKubeVersion is the lowest API version of Kubernetes this release of Sonobuoy supports. var MinimumKubeVersion = "1.8.0"