diff --git a/Makefile b/Makefile index c2892fbf..27ed8009 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.6.9 +VERSION = 3.6.10 # use either sbcl or ccl CL = sbcl diff --git a/docs/conf.py b/docs/conf.py index f20f2b4f..36a9f5cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ author = 'Dimitri Fontaine' version = '3.6' -release = '3.6.9' +release = '3.6.10' # -- General configuration ------------------------------------------------ diff --git a/pgloader.spec b/pgloader.spec index c620f65b..622de029 100644 --- a/pgloader.spec +++ b/pgloader.spec @@ -1,6 +1,6 @@ Summary: extract, transform and load data into PostgreSQL Name: pgloader -Version: 3.6.9 +Version: 3.6.10 Release: 22%{?dist} License: The PostgreSQL Licence Group: System Environment/Base