From 379a76098e85f5dcd5a8bf09cd3f2eb43ae74c4a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 15 Oct 2022 14:44:44 -0700 Subject: [PATCH] Fixed version in META.json [skip ci] --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.json b/META.json index c3d0a32d..10f63ac3 100644 --- a/META.json +++ b/META.json @@ -12,7 +12,7 @@ "prereqs": { "runtime": { "requires": { - "PostgreSQL": "10.0" + "PostgreSQL": "10.0.0" } } },