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

Commit

Permalink
Update version to v0.2.0 in app_info.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bender-sh committed Jan 5, 2021
1 parent 58c4bf2 commit 2bfd997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package webhook
import corev1 "k8s.io/api/core/v1"

// Version is automatically bumped on release branches
const version = "0.1.0"
const version = "0.2.0"

var appInfo = []corev1.EnvVar{
{
Expand Down

0 comments on commit 2bfd997

Please sign in to comment.