From b09ada5cfdd3440a855102604a8e01e195ce5392 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 8 Jun 2024 05:10:06 -0700 Subject: [PATCH] bump version number --- lib/Constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Constants.dart b/lib/Constants.dart index 970a7db..ca4a465 100644 --- a/lib/Constants.dart +++ b/lib/Constants.dart @@ -8,7 +8,7 @@ class Constants { static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97); static const PORTFOLIO_CARD_COLOR = Color.fromARGB(255, 0, 71, 97); - static const VERSION = "Version 1.0.051624.1730"; + static const VERSION = "Version 1.0.060824.0509"; static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved"; static const CLIENTPSK = "f5c6caf3efe1ec5aa4b7c572f92aa14782b7be34b4c7844fa9c6d47fdf94246";