Skip to content

Commit

Permalink
update version.tf and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Apr 20, 2021
1 parent 9e47116 commit c720128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rds-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# v1.3 -- 20200604
# v1.0 -- 20210421

* add module version, update tags
2 changes: 1 addition & 1 deletion rds-postgres/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "_module_version" {
description = "Module version number"
type = string
default = "1.3"
default = "1.0"
}

0 comments on commit c720128

Please sign in to comment.