Skip to content

Commit

Permalink
Merge pull request #16 from esgf2-us/update-v1.2.0
Browse files Browse the repository at this point in the history
- Updates `appVersion` to 1.2.0
  • Loading branch information
jasonb5 authored Oct 30, 2024
2 parents 68b989b + bd3c23d commit f9269d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: metagrid
description: A Helm chart for the Metagrid frontend/backend
type: application
version: 0.1.5
appVersion: "1.1.2-pre"
version: 0.1.6
appVersion: "1.2.0"
home: https://github.com/esgf2-us/metagrid-k8s
sources:
- https://github.com/aims-group/metagrid
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/esgf2-us/metagrid-k8s/"

[version]
current = "0.1.5"
current = "0.1.6"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit f9269d6

Please sign in to comment.