From 5241f3915b27355928385a1cb59e7486fa006030 Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:36:31 -0600 Subject: [PATCH] Bump version (#295) --- CHANGELOG.md | 9 +++++++++ build/windows_installer_build.iss | 2 +- common/types.go | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682d5f203..793a9a8d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Cloudfuse Changelog # +## **1.3.2** ## + +July 23th 2024 +This version is based on [blobfuse2 2.3.0](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.0) (upstream). + +### Bug Fixes ### + +- [#294](https://github.com/Seagate/cloudfuse/pull/294) Fix setting system path on Windows install + ## **1.3.1** ## July 11th 2024 diff --git a/build/windows_installer_build.iss b/build/windows_installer_build.iss index 8e19feb3a..6054aeeaf 100644 --- a/build/windows_installer_build.iss +++ b/build/windows_installer_build.iss @@ -3,7 +3,7 @@ ; https://jrsoftware.org/ishelp/index.php #define MyAppName "Cloudfuse" -#define MyAppVersion "1.3.1" +#define MyAppVersion "1.3.2" #define MyAppPublisher "SEAGATE TECHNOLOGY LLC" #define MyAppURL "https://github.com/Seagate/cloudfuse" #define MyAppExeName "cloudfuseGUI.exe" diff --git a/common/types.go b/common/types.go index 8ce25a9e2..a4207e742 100644 --- a/common/types.go +++ b/common/types.go @@ -40,7 +40,7 @@ import ( // Standard config default values const ( - cloudfuseVersion_ = "1.3.1" + cloudfuseVersion_ = "1.3.2" DefaultMaxLogFileSize = 512 DefaultLogFileCount = 10