diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml
index 8e1f6e9..58731cb 100644
--- a/.github/workflows/auto-tag.yml
+++ b/.github/workflows/auto-tag.yml
@@ -17,7 +17,7 @@ concurrency:
jobs:
create-tag:
- name: Create Tag and Sync Development
+ name: Create Tag
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
runs-on: ubuntu-latest
timeout-minutes: 10
diff --git a/Directory.Build.props b/Directory.Build.props
index 537f9c4..9965a13 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,7 +5,7 @@
enable
default
https://github.com/frequency403/OpenSSH-GUI
- 3.1.4
+ 3.1.6
true
diff --git a/openssh-gui-bin/PKGBUILD b/openssh-gui-bin/PKGBUILD
index 2fe387e..34b33f6 100644
--- a/openssh-gui-bin/PKGBUILD
+++ b/openssh-gui-bin/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openssh-gui-bin
-pkgver=3.1.4
+pkgver=3.1.6
pkgrel=1
pkgdesc="A GUI for OpenSSH configuration and management (Binary version)"
arch=('x86_64')