diff --git a/package.xml b/package.xml
index e989104..402e0db 100644
--- a/package.xml
+++ b/package.xml
@@ -41,9 +41,9 @@
remi@php.net
yes
- 2023-03-03
+ 2023-06-12
- 2.2.1
+ 2.2.2
2.1.0
@@ -52,7 +52,7 @@
BSD-2-Clause
@@ -138,6 +138,7 @@
+
diff --git a/php_pq.h b/php_pq.h
index f7a3e44..a97cdb3 100644
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
-#define PHP_PQ_VERSION "2.2.1"
+#define PHP_PQ_VERSION "2.2.2"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)