diff --git a/CHANGES.md b/CHANGES.md
index cadb66b3..943e0224 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
# Changelog
-## [Unreleased](https://github.com/Amebis/eduVPN/compare/3.3.8...HEAD)
+## [Unreleased](https://github.com/Amebis/eduVPN/compare/3.4...HEAD)
+
+
+## [3.4](https://github.com/Amebis/eduVPN/compare/3.3.8...3.4) (2023-04-25)
+
+- Version bumped
## [3.3.8](https://github.com/Amebis/eduVPN/compare/3.3.7...3.3.8) (2023-04-12)
diff --git a/Default.Cpp.props b/Default.Cpp.props
index d4c0b3e3..2eb9857f 100644
--- a/Default.Cpp.props
+++ b/Default.Cpp.props
@@ -19,10 +19,10 @@
Level4
true
- VERSION=3.3.9;VERSION_ARRAY=$([System.String]::Copy('3.3.9').Replace('.',','));%(PreprocessorDefinitions)
+ VERSION=3.4;VERSION_ARRAY=$([System.String]::Copy('3.4').Replace('.',','));%(PreprocessorDefinitions)
- VERSION=3.3.9;VERSION_ARRAY=$([System.String]::Copy('3.3.9').Replace('.',','));%(PreprocessorDefinitions)
+ VERSION=3.4;VERSION_ARRAY=$([System.String]::Copy('3.4').Replace('.',','));%(PreprocessorDefinitions)
Windows
diff --git a/LetsConnect.Client/Properties/AssemblyInfo.cs b/LetsConnect.Client/Properties/AssemblyInfo.cs
index f20db6a6..ba0c2f4a 100644
--- a/LetsConnect.Client/Properties/AssemblyInfo.cs
+++ b/LetsConnect.Client/Properties/AssemblyInfo.cs
@@ -29,4 +29,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]
diff --git a/Makefile b/Makefile
index b35463b6..18368e8a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
# SPDX-License-Identifier: GPL-3.0+
#
-VERSION=3.3.9
-PRODUCT_GUID_TEMPLATE={24A4820F-D109-48B5-98__-761684E0F0E1}
+VERSION=3.4
+PRODUCT_GUID_TEMPLATE={6FC73ACB-1313-4FA2-9A__-9EE4EF7BFDB1}
# Default testing configuration and platform
TEST_CFG=Debug
diff --git a/PrepopulateResponseCache/Properties/AssemblyInfo.cs b/PrepopulateResponseCache/Properties/AssemblyInfo.cs
index 829e4a29..03e02257 100644
--- a/PrepopulateResponseCache/Properties/AssemblyInfo.cs
+++ b/PrepopulateResponseCache/Properties/AssemblyInfo.cs
@@ -27,4 +27,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]
diff --git a/appveyor.yml b/appveyor.yml
index 16806577..7ee7f137 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 3.3.9.{build}
+version: 3.4.{build}
image: Visual Studio 2022
before_build:
- git submodule update -q --init --recursive
diff --git a/eduVPN.Client/Properties/AssemblyInfo.cs b/eduVPN.Client/Properties/AssemblyInfo.cs
index adacbf35..d7dfeae5 100644
--- a/eduVPN.Client/Properties/AssemblyInfo.cs
+++ b/eduVPN.Client/Properties/AssemblyInfo.cs
@@ -29,4 +29,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]
diff --git a/eduVPN.Tests/Properties/AssemblyInfo.cs b/eduVPN.Tests/Properties/AssemblyInfo.cs
index 7281ced1..ce943b6e 100644
--- a/eduVPN.Tests/Properties/AssemblyInfo.cs
+++ b/eduVPN.Tests/Properties/AssemblyInfo.cs
@@ -30,4 +30,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]
diff --git a/eduVPN.Views/Properties/AssemblyInfo.cs b/eduVPN.Views/Properties/AssemblyInfo.cs
index da050326..9ee01274 100644
--- a/eduVPN.Views/Properties/AssemblyInfo.cs
+++ b/eduVPN.Views/Properties/AssemblyInfo.cs
@@ -32,4 +32,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]
diff --git a/eduVPN/Properties/AssemblyInfo.cs b/eduVPN/Properties/AssemblyInfo.cs
index e28131ea..e223c2ef 100644
--- a/eduVPN/Properties/AssemblyInfo.cs
+++ b/eduVPN/Properties/AssemblyInfo.cs
@@ -32,4 +32,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]
diff --git a/eduWireGuard/eduWireGuard/Properties/AssemblyInfo.cs b/eduWireGuard/eduWireGuard/Properties/AssemblyInfo.cs
index 4ddd0818..40cbfc1f 100644
--- a/eduWireGuard/eduWireGuard/Properties/AssemblyInfo.cs
+++ b/eduWireGuard/eduWireGuard/Properties/AssemblyInfo.cs
@@ -32,4 +32,4 @@
// Minor Version
// Build Number
// Revision
-[assembly: AssemblyVersion("3.3.9")]
+[assembly: AssemblyVersion("3.4")]