Skip to content

Commit

Permalink
v1.8.0-beta.3
Browse files Browse the repository at this point in the history
- shelf_letsencrypt: ^2.0.0-beta.5
  • Loading branch information
gmpassos committed Dec 2, 2024
1 parent e4ce0d7 commit 94375ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/bones_api_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef APILogger = void Function(APIRoot apiRoot, String type, String? message,
/// Bones API Library class.
class BonesAPI {
// ignore: constant_identifier_names
static const String VERSION = '1.8.0-beta.2';
static const String VERSION = '1.8.0-beta.3';

static bool _boot = false;

Expand Down

0 comments on commit 94375ab

Please sign in to comment.