From 863da64728b684ad7cf5d846e7fcc345ee24dca2 Mon Sep 17 00:00:00 2001 From: arkypita Date: Thu, 4 Jul 2024 21:12:24 +0200 Subject: [PATCH] Increment version number --- LaserGRBL/AssemblyInfo.cs | 2 +- setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LaserGRBL/AssemblyInfo.cs b/LaserGRBL/AssemblyInfo.cs index bba9297f..906aea70 100644 --- a/LaserGRBL/AssemblyInfo.cs +++ b/LaserGRBL/AssemblyInfo.cs @@ -31,5 +31,5 @@ // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // utilizzando l'asterisco (*) come descritto di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("7.8.0")] +[assembly: AssemblyVersion ("7.9.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/setup.iss b/setup.iss index 15adb137..4461ad22 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LaserGRBL" -#define MyAppVersion "7.8.0" +#define MyAppVersion "7.9.0" #define MyAppVersionName "Rhydon" #define MyAppPublisher "LaserGRBL" #define MyAppURL "https://lasergrbl.com"