Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Jul 2, 2023
1 parent 16975c4 commit 17bd243
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

major: 0
minor: 1
patch: 3
patch: 4
# meta: rc.1
# milestone: 4
build: 260
build: 264

committer: Kingdon Barrett
build_date: 2023-07-02
Expand Down
2 changes: 1 addition & 1 deletion deploy/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ resources:
images:
- name: ghcr.io/kingdonb/stats-tracker-ghcr
newName: ghcr.io/kingdonb/stats-tracker-ghcr
newTag: 0.1.3
newTag: 0.1.4
patches: []
2 changes: 1 addition & 1 deletion lib/templates/version.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

major: 0
minor: 1
patch: 3
patch: 4
# meta: rc.1
# milestone: 4
build: <%= `git rev-list HEAD|wc -l`.strip %>
Expand Down

0 comments on commit 17bd243

Please sign in to comment.