diff --git a/Makefile b/Makefile index 2ce88f32..a2a4a5d0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.6.4 +VERSION = 3.6.6 # use either sbcl or ccl CL = sbcl diff --git a/debian/changelog b/debian/changelog index f44814a4..746be624 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -pgloader (3.6.5-1) unstable; urgency=medium +pgloader (3.6.6-1) unstable; urgency=medium * New upstream version. * Run tests at build-time as well. - -- Christoph Berg Mon, 27 Jun 2022 10:24:50 +0200 + -- Christoph Berg Mon, 27 Jun 2022 11:03:00 +0200 pgloader (3.6.4-1) unstable; urgency=medium diff --git a/pgloader.spec b/pgloader.spec index 08eec041..8b1b5a34 100644 --- a/pgloader.spec +++ b/pgloader.spec @@ -1,6 +1,6 @@ Summary: extract, transform and load data into PostgreSQL Name: pgloader -Version: 3.6.4 +Version: 3.6.6 Release: 22%{?dist} License: The PostgreSQL Licence Group: System Environment/Base