From 7e73b934b65fef9744cecd5611ae6ef58c79b93f Mon Sep 17 00:00:00 2001 From: Curtis Hall Date: Tue, 24 Jan 2023 15:24:41 -0600 Subject: [PATCH] Update constants.dart to reflect 3.0.0-beta2 --- lib/utils/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;