From 45230d745a0942ccd4f504d144d9e234f5c47db0 Mon Sep 17 00:00:00 2001 From: arkypita Date: Sat, 8 Jun 2024 00:48:31 +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 10d91ddc..c59beb5c 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.1.2")] +[assembly: AssemblyVersion ("7.2.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/setup.iss b/setup.iss index 3935fdf2..c34f1ff9 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.1.2" +#define MyAppVersion "7.2.0" #define MyAppVersionName "Rhydon" #define MyAppPublisher "LaserGRBL" #define MyAppURL "https://lasergrbl.com"