Skip to content

Commit fe2ed3e

Browse files
authored
Merge branch 'shadps4-emu:main' into Full-Blood-N
2 parents eb95e33 + 7df3919 commit fe2ed3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Common {
1010

11-
constexpr char VERSION[] = "0.2.1 WIP";
12-
constexpr bool isRelease = false;
11+
constexpr char VERSION[] = "0.3.0";
12+
constexpr bool isRelease = true;
1313

1414
} // namespace Common

0 commit comments

Comments
 (0)