From 6a1b88362f6fc3c30ee4bdc62407462a2a57c69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Mon, 8 Aug 2022 07:58:22 +0200 Subject: [PATCH] Update version to 0.5.1 in iss [ci skip] --- rig.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rig.iss b/rig.iss index 6b4301d..7e4c225 100644 --- a/rig.iss +++ b/rig.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "rig -- The R Installation Manager" -#define MyAppVersion "0.5.0" +#define MyAppVersion "0.5.1" #define MyAppPublisher "Gabor Csardi" #define MyAppURL "https://github.com/r-lib/rig" #define MyAppExeName "rig.exe"