Browse Source

Merge cb32525faa into e22b6f3ca2

pull/1187/merge
Kate 1 year ago committed by GitHub
parent
commit
d15717b843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nextcloud/lib/src/helpers/core.dart

2
packages/nextcloud/lib/src/helpers/core.dart

@ -5,7 +5,7 @@ import 'package:nextcloud/src/helpers/common.dart';
import 'package:version/version.dart';
/// Minimum version of core/Server supported
final minVersion = Version(27, 0, 0);
final minVersion = Version(27, 1, 0);
extension CoreVersionCheck on core.Client {
/// Check if the core/Server version is supported by this client

Loading…
Cancel
Save