From 139e23c7d0563cad167be47b8089714cda83f6fa Mon Sep 17 00:00:00 2001 From: amid Date: Sat, 20 May 2023 21:07:16 +0600 Subject: [PATCH] Bump version to 2.27 --- VERSION.md | 2 +- source/ublexec.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.md b/VERSION.md index eb5943a..dd70eaa 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -VERSION 2.26 +VERSION 2.27 diff --git a/source/ublexec.cc b/source/ublexec.cc index 5853ded..6a6573e 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -4,7 +4,7 @@ using namespace std; int flag_prog_file = 0; string name_app_cmd = ""; -string version_application = "2.26"; +string version_application = "2.27"; int socket_ext_id_I = 0; int socket_trd_id_I = 0;