Bump version to next iteration after v0.6.9-alpha.6 release

This commit is contained in:
github-actions[bot]
2026-03-21 10:39:18 +00:00
parent f46c9f8d76
commit e4a12dd3ec
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ apiVersion: v2
name: sure
description: Official Helm chart for deploying the Sure Rails app (web + Sidekiq) on Kubernetes with optional HA PostgreSQL (CloudNativePG) and Redis.
type: application
version: 0.6.9-alpha.6
appVersion: "0.6.9-alpha.6"
version: 0.6.9-alpha.7
appVersion: "0.6.9-alpha.7"
kubeVersion: ">=1.25.0-0"

View File

@@ -16,7 +16,7 @@ module Sure
private
def semver
"0.6.9-alpha.6"
"0.6.9-alpha.7"
end
end
end