From dd002c8ba4c4bd8c4c45011a4488704d11aa5f94 Mon Sep 17 00:00:00 2001
From: Luke Short <ekultails@gmail.com>
Date: Sat, 14 Jun 2025 15:14:57 -0600
Subject: [PATCH] [rootfs] Drop development build tag

This will make upgrade versions cleaner. We already track the date
so we can determine with logs if it is an alpha or beta build a
user is on.

Related #997
---
 rootfs/usr/lib/os-release-winesapos | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rootfs/usr/lib/os-release-winesapos b/rootfs/usr/lib/os-release-winesapos
index d284254..0856e6c 100644
--- a/rootfs/usr/lib/os-release-winesapos
+++ b/rootfs/usr/lib/os-release-winesapos
@@ -2,8 +2,8 @@ NAME="winesapOS"
 PRETTY_NAME="winesapOS"
 ID=winesapos
 ID_LIKE=arch
-VERSION="4.4.0-alpha.0"
-VERSION_ID=4.4.0-alpha.0
+VERSION="4.4.0"
+VERSION_ID=4.4.0
 HOME_URL="https://github.com/winesapOS/winesapOS"
 SUPPORT_URL="https://github.com/winesapOS/winesapOS/issues"
 BUG_REPORT_URL="https://github.com/winesapOS/winesapOS/issues"