mirror of
https://git.recroomarchive.org/RecRoomArchive/RRAC.git
synced 2026-09-08 14:41:25 -07:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace RecRoomArchive.Models.Common
|
|
{
|
|
public class Constants
|
|
{
|
|
public static readonly string Version = "0.0.5";
|
|
}
|
|
} |