diff --git a/example_configs/spec.yml b/example_configs/spec.yml index d6b1a1a3..85048153 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -10,6 +10,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.12.2' # latest version of postgresql plugin + version: 'v8.13.0' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'