diff --git a/config/version.yml b/config/version.yml index b92d437..63813bb 100644 --- a/config/version.yml +++ b/config/version.yml @@ -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 diff --git a/deploy/overlays/production/kustomization.yaml b/deploy/overlays/production/kustomization.yaml index e09050f..9c09fc9 100644 --- a/deploy/overlays/production/kustomization.yaml +++ b/deploy/overlays/production/kustomization.yaml @@ -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: [] diff --git a/lib/templates/version.yml.erb b/lib/templates/version.yml.erb index dc52a4f..22bacc5 100644 --- a/lib/templates/version.yml.erb +++ b/lib/templates/version.yml.erb @@ -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 %>