We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37478cc commit 935283fCopy full SHA for 935283f
chartpress.yaml
@@ -20,7 +20,7 @@ charts:
20
#
21
# baseVersion should be managed via tbump, see RELEASE.md for details
22
23
- baseVersion: "4.0.0-beta.4"
+ baseVersion: "4.0.0"
24
repo:
25
git: jupyterhub/helm-chart
26
published: https://jupyterhub.github.io/helm-chart
tbump.toml
@@ -5,7 +5,7 @@
5
# Config reference: https://github.com/your-tools/tbump#readme
6
7
[version]
8
-current = "4.0.0-beta.4"
+current = "4.0.0"
9
10
# match our prerelease prefixes
11
# -alpha.1
0 commit comments