Skip to content

Commit

Permalink
Version 0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
norseto committed Mar 3, 2024
1 parent cdbb548 commit 0ee7f0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ bin/
.vscode/

*_plain.*
*.bak

2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
images:
- name: controller
newName: norseto/oci-lb-registrar
newTag: v0.1.0-alpha.1
newTag: v0.1.0-alpha.2
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package oci_lb_controller
var Version = RELEASE_VERSION

const (
RELEASE_VERSION = "0.1.0-alpha.1"
RELEASE_VERSION = "0.1.0-alpha.2"
)

var GitVersion = ""

0 comments on commit 0ee7f0a

Please sign in to comment.