From b22c0e328f9de4e389fb04f621053ad8b04b0c94 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 29 Jul 2022 19:08:15 +0200 Subject: [PATCH] chore(release): prepare for next development iteration --- src/InfluxDB2/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InfluxDB2/Client.php b/src/InfluxDB2/Client.php index f6672649..ca6185aa 100644 --- a/src/InfluxDB2/Client.php +++ b/src/InfluxDB2/Client.php @@ -16,7 +16,7 @@ class Client /** * Client version updated by: 'make release VERSION=1.5.0' */ - const VERSION = '2.9.0'; + const VERSION = 'dev'; public $options; public $closed = false;