diff --git a/lib/utils/constants.dart b/lib/utils/constants.dart index 30693ab6..3e65012a 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 = '0.0.1'; +const kAppVersion = '3.0.0-alpha1'; /// Default port used in Bluecherry DVR server. const kDefaultPort = 7001;