From dcbac2c84fb2422f88d32489e9a283c502bdd4d3 Mon Sep 17 00:00:00 2001 From: aligungr Date: Sat, 8 May 2021 17:16:04 +0300 Subject: [PATCH] Release of v3.1.9 --- README.md | 2 +- src/utils/constants.hpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1deab50b0..0cd99b792 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

diff --git a/src/utils/constants.hpp b/src/utils/constants.hpp index 38e2351ce..380c29c96 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 = 1; - static constexpr const uint8_t Patch = 8; + static constexpr const uint8_t Patch = 9; static constexpr const char *Project = "UERANSIM"; - static constexpr const char *Tag = "v3.1.8"; - static constexpr const char *Name = "UERANSIM v3.1.8"; + static constexpr const char *Tag = "v3.1.9"; + static constexpr const char *Name = "UERANSIM v3.1.9"; static constexpr const char *Owner = "ALİ GÜNGÖR"; // Some port values