Updater bot : postgres updated to 15.4

This commit is contained in:
alexbelgium
2023-09-16 07:25:56 +02:00
parent f39293fdb5
commit c840131cc5
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
## 15.4 (16-09-2023)
- Update to latest version from postgres
## 16.0 (16-09-2023)
- Update to latest version from postgres

View File

@@ -34,5 +34,5 @@
},
"slug": "postgres",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "16.0"
"version": "15.4"
}

View File

@@ -7,5 +7,5 @@
"slug": "postgres",
"source": "github",
"upstream_repo": "postgres",
"upstream_version": "16.0"
"upstream_version": "15.4"
}