Skip to content

Commit

Permalink
Increment internal versions for release v0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <mishen@umich.edu>
  • Loading branch information
mjlshen committed Nov 5, 2023
1 parent 3c34113 commit 879d6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:
# this is built using GCB by building the Dockerfile in this directory on
# every tagged release. After tagging a release, a new version should
# automatically appear.
image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.4.1'
image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.4.3'
2 changes: 1 addition & 1 deletion verify/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace sigs.k8s.io/kubebuilder-release-tools/notes => ../notes
require (
github.com/google/go-github/v32 v32.1.0
golang.org/x/oauth2 v0.8.0
sigs.k8s.io/kubebuilder-release-tools/notes v0.4.0
sigs.k8s.io/kubebuilder-release-tools/notes v0.4.2
)

require (
Expand Down

0 comments on commit 879d6a7

Please sign in to comment.