Skip to content

Commit 11d13f8

Browse files
committed
Bump version to v0.2.0
1 parent 72ee8b0 commit 11d13f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
5858

59-
const std::string version_string = "0.1.0-dev";
59+
const std::string version_string = "0.2.0-dev";
6060

6161
template<typename... Ts>
6262
void exit_error(const char* str, Ts ...args) {

0 commit comments

Comments
 (0)