diff --git a/dist/net.shadps4.shadPS4.metainfo.xml b/dist/net.shadps4.shadPS4.metainfo.xml
index c8c9d5c23..99f9e070d 100644
--- a/dist/net.shadps4.shadPS4.metainfo.xml
+++ b/dist/net.shadps4.shadPS4.metainfo.xml
@@ -37,6 +37,9 @@
Game
+
+ https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.7.0
+
https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.6.0
diff --git a/src/common/version.h b/src/common/version.h
index e7f6cc817..e27ed505d 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -8,7 +8,7 @@
namespace Common {
-constexpr char VERSION[] = "0.6.1 WIP";
-constexpr bool isRelease = false;
+constexpr char VERSION[] = "0.7.0";
+constexpr bool isRelease = true;
} // namespace Common