diff --git a/src/InfluxDB2/Client.php b/src/InfluxDB2/Client.php index aae496cf..000a8c6f 100644 --- a/src/InfluxDB2/Client.php +++ b/src/InfluxDB2/Client.php @@ -18,7 +18,7 @@ class Client /** * Client version updated by: 'make release VERSION=1.5.0' */ - const VERSION = '3.0.0'; + const VERSION = 'dev'; public $options; public $closed = false;