Skip to content

Commit

Permalink
Merge pull request #396 from timothysc/v0.11.0
Browse files Browse the repository at this point in the history
Update to v0.11.0
  • Loading branch information
timothysc authored Mar 24, 2018
2 parents b38e562 + 7d914db commit 4d5fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildinfo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-rc.2"
var Version = "v0.11.0"

// MinimumKubeVersion is the lowest API version of Kubernetes this release of Sonobuoy supports.
var MinimumKubeVersion = "1.8.0"
Expand Down

0 comments on commit 4d5fef1

Please sign in to comment.