diff --git a/VERSION b/VERSION index 4ecf49dbdd..d5cafbfb37 100644 --- a/VERSION +++ b/VERSION @@ -3,7 +3,7 @@ === [Zilliqa]Minor Version === 2 === [Zilliqa]Fix Version === -2 +3 === [Zilliqa] Expected DS Epoch=== 0 === [Scilla] Expected DS Epoch=== diff --git a/src/libUtils/SWInfo.h b/src/libUtils/SWInfo.h index f7de9e7c6e..3343d741a4 100644 --- a/src/libUtils/SWInfo.h +++ b/src/libUtils/SWInfo.h @@ -22,7 +22,7 @@ #include #include "common/Serializable.h" -const std::string VERSION_TAG = "v9.2.2"; +const std::string VERSION_TAG = "v9.2.3"; const std::string ZILLIQA_BRAND = "Copyright (C) Zilliqa. Version " + VERSION_TAG + ". ";