diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,3 +42,6 @@
 
 * Fifth version revised A. Fixed issue with the duplicated record in the statistics. Improved formatting for the statistics printing by the program.
 
+## 0.5.0.2 -- 2020-02-26
+
+* Fifth version revised B. Fixed issue with the version number.
diff --git a/MMSyn7s.hs b/MMSyn7s.hs
--- a/MMSyn7s.hs
+++ b/MMSyn7s.hs
@@ -98,7 +98,7 @@
                  ; putStrLn "created if every sound is unique; "
                  ; putStrLn "      the other beginning is equivalent to the previous one behaviour."
                   }
-      "-v" -> putStrLn "mmsyn7s: version 0.5.0.0"
+      "-v" -> putStrLn "mmsyn7s: version 0.5.0.2"
       "-s" -> let ys = unwords . drop 1 $ texts in
                 do { putStrLn $ "Possibly unique sounds representations density:                      " ++ (show . sndsDensity $ ys)
                    ; putStrLn $ "Number of sounds representation that are enough to cover the text:   " ++ (show . countSnds . show7s6 $ ys)
diff --git a/mmsyn7s.cabal b/mmsyn7s.cabal
--- a/mmsyn7s.cabal
+++ b/mmsyn7s.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7s
-version:             0.5.0.1
+version:             0.5.0.2
 synopsis:            Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
 description:         A program and a library that show a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs
 homepage:            https://hackage.haskell.org/package/mmsyn7s
