aboutsummaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 21:52:40 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 21:52:40 +0530
commit0dc53f2c6a5093344e6188b5510d1505cd3a4a2a (patch)
treee04f92287506d12f69b30d9a7cc198b7ddf40deb /Program.cs
parent7b79ecdd16d0f87b96cb5f16e5a86f8910ce8b40 (diff)
downloadhypr-wellbeing-0dc53f2c6a5093344e6188b5510d1505cd3a4a2a.zip
hypr-wellbeing-0dc53f2c6a5093344e6188b5510d1505cd3a4a2a.tar.gz
chore: made sure the binary is static
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs2
1 files changed, 1 insertions, 1 deletions
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");