Skip to content

Commit e20eb79

Browse files
author
Actions Bot
committed
chore: update installer scripts to version 1.3.2
1 parent 5981399 commit e20eb79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installer/get.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $InstallDir = (Get-Location).Path
99
# GitHub repository information
1010
$REPO_OWNER = "FlowFuse"
1111
$REPO_NAME = "device-agent"
12-
$RELEASE = "1.3.1"
12+
$RELEASE = "1.3.2"
1313
$RELEASE_TAG = "installer-v$RELEASE"
1414
$BINARY_PREFIX = "flowfuse-device-installer"
1515

installer/get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# GitHub repository information
1010
REPO_OWNER="FlowFuse"
1111
REPO_NAME="device-agent"
12-
RELEASE="1.3.1"
12+
RELEASE="1.3.2"
1313
RELEASE_TAG="installer-v$RELEASE"
1414
BINARY_PREFIX="flowfuse-device-installer"
1515

0 commit comments

Comments
 (0)