mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-20 05:49:12 +00:00
4 lines
120 B
Dart
4 lines
120 B
Dart
|
class MinimumServerVersion {
|
||
|
static const String stable = "v0.107.28";
|
||
|
static const String beta = "v0.108.0-b.33";
|
||
|
}
|