diff --git a/README.md b/README.md index 1b94a1dea..e6d2482f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

- +

diff --git a/src/utils/constants.hpp b/src/utils/constants.hpp index 2d1b669b7..d527e6cbe 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 = 3; + static constexpr const uint8_t Patch = 4; static constexpr const char *Project = "UERANSIM"; - static constexpr const char *Tag = "v3.2.3"; - static constexpr const char *Name = "UERANSIM v3.2.3"; + static constexpr const char *Tag = "v3.2.4"; + static constexpr const char *Name = "UERANSIM v3.2.4"; static constexpr const char *Owner = "ALİ GÜNGÖR"; // Some port values