diff options
Diffstat (limited to 'Sirop.Backend/Version.cs')
| -rw-r--r-- | Sirop.Backend/Version.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Sirop.Backend/Version.cs b/Sirop.Backend/Version.cs index 15ed016..df30c15 100644 --- a/Sirop.Backend/Version.cs +++ b/Sirop.Backend/Version.cs @@ -1,8 +1,8 @@ -namespace Erable +namespace Sirop.Backend { public class Version { - public string ErableVersion = "0.1"; - public string SiropVersion = "0.1"; + public static string ErableVersion = "0.1"; + public static string SiropVersion = "0.1"; } }
\ No newline at end of file |
