We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7491369 commit ec7ef2bCopy full SHA for ec7ef2b
3 files changed
command/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-var build = "v0.6.0-src"
+var build = "v0.6.2-src"
10
11
var _ cmder = (*versionCmd)(nil)
12
makefile
@@ -3,7 +3,7 @@ SHELL := /bin/bash
3
# ==============================================================================
4
# Building containers
5
-VERSION := 0.6.0
+VERSION := 0.6.2
all: olivectl
zarf/k8s/kind/olive-pod/kustomization.yaml
@@ -8,4 +8,4 @@ patchesStrategicMerge:
images:
- name: olive-api-image
newName: olive-api-arm64
- newTag: 0.6.0
+ newTag: 0.6.2
0 commit comments