diff --git a/charts/sure/Chart.yaml b/charts/sure/Chart.yaml index 6c2cd02eb..471fa1006 100644 --- a/charts/sure/Chart.yaml +++ b/charts/sure/Chart.yaml @@ -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" diff --git a/config/initializers/version.rb b/config/initializers/version.rb index 60ce0779c..e4d07100d 100644 --- a/config/initializers/version.rb +++ b/config/initializers/version.rb @@ -16,7 +16,7 @@ module Sure private def semver - "0.6.8-alpha.14" + "0.6.9-alpha.1" end end end diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 00d82483b..1b33e18f2 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -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'