From 9e1588b3863d8b2789ed0cc18fa8fdb3ba4dc2ea Mon Sep 17 00:00:00 2001 From: SaraP Date: Tue, 28 Feb 2023 08:31:08 +0100 Subject: [PATCH] 3dPrinting 2.5b3 : - aggiunto Version.lua. --- Version.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Version.lua diff --git a/Version.lua b/Version.lua new file mode 100644 index 0000000..6e0e229 --- /dev/null +++ b/Version.lua @@ -0,0 +1,4 @@ +-- Version.lua by Egaltech s.r.l. 2023/02/28 +-- Gestione della versione di 3dPrinting + +VERSION = '2.5b3' \ No newline at end of file