From 0dc53f2c6a5093344e6188b5510d1505cd3a4a2a Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Sun, 19 Apr 2026 21:52:40 +0530 Subject: chore: made sure the binary is static --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Program.cs') diff --git a/Program.cs b/Program.cs index 14e3630..f58dc99 100644 --- a/Program.cs +++ b/Program.cs @@ -10,7 +10,7 @@ class Program { string os; - string version = "0.0.8"; + string version = "0.0.9"; string homeDirectory = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); string configDir = Path.Combine(homeDirectory, ".config", "hypr-wellbeing"); string configFile = Path.Combine(configDir, "config.json"); -- cgit v1.1