From 384636f4fcf46b8c86109790ff3e2cd242b53556 Mon Sep 17 00:00:00 2001 From: aligungr Date: Thu, 13 Jan 2022 08:05:51 +0300 Subject: [PATCH] Release of v3.2.6 --- README.md | 2 +- src/utils/constants.hpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22ab95042..e43a574bc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

diff --git a/src/utils/constants.hpp b/src/utils/constants.hpp index c62f515a9..f252ec791 100644 --- a/src/utils/constants.hpp +++ b/src/utils/constants.hpp @@ -15,10 +15,10 @@ struct cons // Version information static constexpr const uint8_t Major = 3; static constexpr const uint8_t Minor = 2; - static constexpr const uint8_t Patch = 5; + static constexpr const uint8_t Patch = 6; static constexpr const char *Project = "UERANSIM"; - static constexpr const char *Tag = "v3.2.5"; - static constexpr const char *Name = "UERANSIM v3.2.5"; + static constexpr const char *Tag = "v3.2.6"; + static constexpr const char *Name = "UERANSIM v3.2.6"; static constexpr const char *Owner = "ALİ GÜNGÖR"; // Some port values