tagged v0.7.0

This commit is contained in:
georgemoralis 2025-03-23 00:14:04 +02:00
parent 2e54afb295
commit 3b2c012723
2 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,9 @@
<category translate="no">Game</category>
</categories>
<releases>
<release version="0.7.0" date="2025-03-23">
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.7.0</url>
</release>
<release version="0.6.0" date="2025-01-31">
<url>https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.6.0</url>
</release>

View file

@ -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