* update deps * chore(llc,core,ui,persistence): bump version and changelog
7 lines
221 B
Dart
7 lines
221 B
Dart
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.4.1';
|