Skip to content

Commit

Permalink
Update constants.dart to reflect 3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Jan 24, 2023
1 parent 2f05e60 commit 7e73b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e73b93

Please sign in to comment.