Skip to content

Commit 7a828ab

Browse files
author
Kingdon Barrett
committed
Release 0.1.5
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent cfbc5db commit 7a828ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
major: 0
77
minor: 1
8-
patch: 4
8+
patch: 5
99
# meta: rc.1
1010
# milestone: 4
11-
build: 264
11+
build: 266
1212

1313
committer: Kingdon Barrett
1414
build_date: 2023-07-02

deploy/overlays/production/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ resources:
1010
images:
1111
- name: ghcr.io/kingdonb/stats-tracker-ghcr
1212
newName: ghcr.io/kingdonb/stats-tracker-ghcr
13-
newTag: 0.1.4
13+
newTag: 0.1.5
1414
patches: []

lib/templates/version.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
major: 0
77
minor: 1
8-
patch: 4
8+
patch: 5
99
# meta: rc.1
1010
# milestone: 4
1111
build: <%= `git rev-list HEAD|wc -l`.strip %>

0 commit comments

Comments
 (0)