From 483ff02694711935647f7e5c141f278d662a6edc Mon Sep 17 00:00:00 2001 From: arkypita Date: Sat, 8 Jun 2024 12:53:39 +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 c59beb5c..139fd14b 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.2.0")] +[assembly: AssemblyVersion ("7.3.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/setup.iss b/setup.iss index c34f1ff9..1f50d731 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.2.0" +#define MyAppVersion "7.3.0" #define MyAppVersionName "Rhydon" #define MyAppPublisher "LaserGRBL" #define MyAppURL "https://lasergrbl.com"