Bump version numbers

This commit is contained in:
Juan José Mata
2026-03-01 13:07:45 -05:00
committed by GitHub
parent 91b79053fd
commit bf27809024
3 changed files with 4 additions and 4 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.8-alpha.14
appVersion: "0.6.8-alpha.14"
version: 0.6.9-alpha.1
appVersion: "0.6.9-alpha.1"
kubeVersion: ">=1.25.0-0"

View File

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

View File

@@ -1,7 +1,7 @@
name: sure_mobile
description: A mobile app for Sure personal finance management
publish_to: 'none'
version: 0.6.8+11
version: 0.6.9+1
environment:
sdk: '>=3.0.0 <4.0.0'