Skip to content

Commit ec7ef2b

Browse files
committed
build: v0.6.2
1 parent 7491369 commit ec7ef2b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

command/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var build = "v0.6.0-src"
9+
var build = "v0.6.2-src"
1010

1111
var _ cmder = (*versionCmd)(nil)
1212

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL := /bin/bash
33
# ==============================================================================
44
# Building containers
55

6-
VERSION := 0.6.0
6+
VERSION := 0.6.2
77

88
all: olivectl
99

zarf/k8s/kind/olive-pod/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ patchesStrategicMerge:
88
images:
99
- name: olive-api-image
1010
newName: olive-api-arm64
11-
newTag: 0.6.0
11+
newTag: 0.6.2

0 commit comments

Comments
 (0)