aboutsummaryrefslogtreecommitdiff
path: root/Sirop.Backend/Version.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Sirop.Backend/Version.cs')
-rw-r--r--Sirop.Backend/Version.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Sirop.Backend/Version.cs b/Sirop.Backend/Version.cs
new file mode 100644
index 0000000..15ed016
--- /dev/null
+++ b/Sirop.Backend/Version.cs
@@ -0,0 +1,8 @@
+namespace Erable
+{
+ public class Version
+ {
+ public string ErableVersion = "0.1";
+ public string SiropVersion = "0.1";
+ }
+} \ No newline at end of file