Skip to content

Commit 41e7318

Browse files
committed
Bump version string
1 parent 9a898b8 commit 41e7318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DummyApp/DummyApp.cpp

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

99
#include "../DummyLib/Viewer.h"
1010

11-
const char *DummyApp::Version() const { return "v0.1.0-unknown-commit"; }
11+
const char *DummyApp::Version() const { return "v0.2.0-unknown-commit"; }
1212

1313
void DummyApp::ParseArgs(int argc, char *argv[], int &w, int &h, AppParams &out_params) {
1414
for (int i = 1; i < argc; i++) {

0 commit comments

Comments
 (0)