diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-24 17:19:15 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-11-24 17:19:15 -0500 |
| commit | 61ed8a3ffb60d2a037dc0bd2b5b0a47e53670b69 (patch) | |
| tree | 3fd5329ee3a54765cf14ae99a72194e8b8aa0261 /Sirop.Backend/Version.cs | |
| parent | 6e207e667ddc77f0901e402fd6d6e04ddf7cd89f (diff) | |
| download | erable-godot-61ed8a3ffb60d2a037dc0bd2b5b0a47e53670b69.tar.gz erable-godot-61ed8a3ffb60d2a037dc0bd2b5b0a47e53670b69.tar.bz2 erable-godot-61ed8a3ffb60d2a037dc0bd2b5b0a47e53670b69.zip | |
Removed .NET files; Now using Godot as the base of the audio player
Diffstat (limited to 'Sirop.Backend/Version.cs')
| -rw-r--r-- | Sirop.Backend/Version.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Sirop.Backend/Version.cs b/Sirop.Backend/Version.cs deleted file mode 100644 index df30c15..0000000 --- a/Sirop.Backend/Version.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Sirop.Backend -{ - public class Version - { - public static string ErableVersion = "0.1"; - public static string SiropVersion = "0.1"; - } -}
\ No newline at end of file |
