From 94375ab42f9749ef5a857d931d6adff7b3dd3f7f Mon Sep 17 00:00:00 2001 From: gmpassos Date: Mon, 2 Dec 2024 06:15:31 -0300 Subject: [PATCH] v1.8.0-beta.3 - shelf_letsencrypt: ^2.0.0-beta.5 --- lib/src/bones_api_base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/bones_api_base.dart b/lib/src/bones_api_base.dart index 6514ba3..49e988c 100644 --- a/lib/src/bones_api_base.dart +++ b/lib/src/bones_api_base.dart @@ -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;