From cd0c404275d31a703811cac800e711ef3a1ef6a4 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 31 Jul 2023 18:58:00 +0200 Subject: [PATCH] Release: OpenVPN 3 Core Library, version 3.8.1 Signed-off-by: David Sommerseth --- openvpn/common/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn/common/version.hpp b/openvpn/common/version.hpp index 92d16f67..b99c5da1 100644 --- a/openvpn/common/version.hpp +++ b/openvpn/common/version.hpp @@ -24,5 +24,5 @@ #pragma once #ifndef OPENVPN_VERSION -#define OPENVPN_VERSION "3.8" +#define OPENVPN_VERSION "3.8.1" #endif