From 11df1601b8feec85d55cd5fd5fd0ce542148f2dc Mon Sep 17 00:00:00 2001 From: catallo Date: Thu, 28 Dec 2023 15:56:36 +0100 Subject: [PATCH] Update version and compile date --- lib/globals.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/globals.dart b/lib/globals.dart index 54075b6..a233ed5 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -3,8 +3,8 @@ import 'package:ht/config.dart'; bool debug = false; -const version = "2.3.5"; -const compileDate = "2023-12-25"; +const version = "2.3.6"; +const compileDate = "2023-12-28"; String os = "Linux"; String distro = "Debian derivate";