From d1bfe7e2f8f47d1e649b2eacbdab6158389eb753 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 7 Jul 2022 12:05:23 +0200 Subject: [PATCH] update version.dart --- packages/stream_chat/lib/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat/lib/version.dart b/packages/stream_chat/lib/version.dart index faafb093..9acb4e16 100644 --- a/packages/stream_chat/lib/version.dart +++ b/packages/stream_chat/lib/version.dart @@ -3,4 +3,4 @@ import 'package:stream_chat/src/client/client.dart'; /// Current package version /// Used in [StreamChatClient] to build the `x-stream-client` header // ignore: constant_identifier_names -const PACKAGE_VERSION = '4.3.0'; +const PACKAGE_VERSION = '4.4.0';