From 52d55241a8a922b0fd6669f1054b58b3b03ee626 Mon Sep 17 00:00:00 2001 From: valentinbreiz Date: Sun, 24 Mar 2024 16:00:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SRC/Aura_OS/Aura_OS.csproj | 2 +- SRC/Aura_OS/Properties/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/Aura_OS/Aura_OS.csproj b/SRC/Aura_OS/Aura_OS.csproj index 00a2748f..0f0b848d 100644 --- a/SRC/Aura_OS/Aura_OS.csproj +++ b/SRC/Aura_OS/Aura_OS.csproj @@ -34,7 +34,7 @@ - + diff --git a/SRC/Aura_OS/Properties/VersionInfo.cs b/SRC/Aura_OS/Properties/VersionInfo.cs index 91626eca..3595eb85 100644 --- a/SRC/Aura_OS/Properties/VersionInfo.cs +++ b/SRC/Aura_OS/Properties/VersionInfo.cs @@ -2,6 +2,6 @@ namespace Aura_OS { public class VersionInfo { - public static string revision = "240320241424"; + public static string revision = "240320241600"; } }