Skip to content

Commit f7cd2a1

Browse files
committed
make set-version
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 2471b8a commit f7cd2a1

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: 2
8-
patch: 2
8+
patch: 3
99
# meta: rc.1
1010
# milestone: 4
11-
build: 308
11+
build: 330
1212

1313
committer: Kingdon Barrett
1414
build_date: 2024-03-28

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.2.2
13+
newTag: 0.2.3
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: 2
8-
patch: 2
8+
patch: 3
99
# meta: rc.1
1010
# milestone: 4
1111
build: <%= `git rev-list HEAD|wc -l`.strip %>

0 commit comments

Comments
 (0)