Skip to content

Commit daa05b3

Browse files
committed
Bump to v0.0.4
1 parent f8c07da commit daa05b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tag := $(shell git describe --tags)
2-
repo := infrahq/early-access
2+
repo := infrahq/release
33

44
generate:
55
go generate ./...

helm/charts/engine/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: engine
33
description: Infra Engine
44
type: application
5-
version: 0.0.3
6-
appVersion: "0.0.3"
5+
version: 0.0.4
6+
appVersion: "0.0.4"

helm/charts/registry/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: registry
33
description: Infra Registry
44
type: application
5-
version: 0.0.3
6-
appVersion: "0.0.3"
5+
version: 0.0.4
6+
appVersion: "0.0.4"

0 commit comments

Comments
 (0)