Skip to content

Commit

Permalink
make set-version
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Mar 28, 2024
1 parent 2471b8a commit f7cd2a1
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: 2
patch: 2
patch: 3
# meta: rc.1
# milestone: 4
build: 308
build: 330

committer: Kingdon Barrett
build_date: 2024-03-28
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.2.2
newTag: 0.2.3
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: 2
patch: 2
patch: 3
# meta: rc.1
# milestone: 4
build: <%= `git rev-list HEAD|wc -l`.strip %>
Expand Down

0 comments on commit f7cd2a1

Please sign in to comment.