Skip to content

Commit

Permalink
remove rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Aug 25, 2022
1 parent 7ae1462 commit a0708ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class _SettingPageState extends State<SettingPage> {
]),
// About
...SettingCard('About', <Widget>[
const Text('v2.0.0 (rc.1) - Copyright (c) 2022 Teages'),
const Text('v2.0.0 - Copyright (c) 2022 Teages'),
const SizedBox(
height: 35,
),
Expand Down

0 comments on commit a0708ae

Please sign in to comment.