Skip to content

Commit

Permalink
add version holder script
Browse files Browse the repository at this point in the history
  • Loading branch information
unitycoder committed Mar 3, 2024
1 parent 9062d8d commit 0d08b3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UnityLauncherPro/Version.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace UnityLauncherPro
{
internal class Version
{
public static string Stamp = "03-03-2024 12:19:01";
}
}

0 comments on commit 0d08b3a

Please sign in to comment.