Skip to content

Commit

Permalink
Merge branch 'deploy/staging' for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Sep 6, 2023
2 parents 255d82c + dc3f8f1 commit caaa85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Code.require_file("lib/env.ex")
defmodule Meadow.MixProject do
use Mix.Project

@app_version "8.1.1"
@app_version "9.0.0"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "rds" {
allocated_storage = var.db_size
backup_window = "04:00-05:00"
engine = "postgres"
engine_version = "11.16"
engine_version = "11.19"
final_snapshot_identifier_prefix = "meadow-final"
identifier = "${var.stack_name}-db"
instance_class = "db.t3.medium"
Expand Down

0 comments on commit caaa85c

Please sign in to comment.