We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58585e1 commit 863da64Copy full SHA for 863da64
LaserGRBL/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
32
// utilizzando l'asterisco (*) come descritto di seguito:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion ("7.8.0")]
+[assembly: AssemblyVersion ("7.9.0")]
35
[assembly: NeutralResourcesLanguage("en")]
setup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "LaserGRBL"
5
-#define MyAppVersion "7.8.0"
+#define MyAppVersion "7.9.0"
6
#define MyAppVersionName "Rhydon"
7
#define MyAppPublisher "LaserGRBL"
8
#define MyAppURL "https://lasergrbl.com"
0 commit comments