diff --git a/lib/utils/constants.dart b/lib/utils/constants.dart index 3e65012a..28d8074a 100644 --- a/lib/utils/constants.dart +++ b/lib/utils/constants.dart @@ -21,7 +21,7 @@ import 'package:uuid/uuid.dart'; /// Interpreted as the current application version. /// Update the [String]'s value before an update. -const kAppVersion = '3.0.0-alpha1'; +const kAppVersion = '3.0.0-beta2'; /// Default port used in Bluecherry DVR server. const kDefaultPort = 7001;