Skip to content

Commit b60a77b

Browse files
author
Kingdon Barrett
committed
Release 0.1.7
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent aa65844 commit b60a77b

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: 6
8+
patch: 7
99
# meta: rc.1
1010
# milestone: 4
11-
build: 268
11+
build: 271
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.6
13+
newTag: 0.1.7
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: 6
8+
patch: 7
99
# meta: rc.1
1010
# milestone: 4
1111
build: <%= `git rev-list HEAD|wc -l`.strip %>

0 commit comments

Comments
 (0)