Skip to content

Commit

Permalink
Bump version string
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed Nov 27, 2024
1 parent 9a898b8 commit 41e7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DummyApp/DummyApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

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

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

0 comments on commit 41e7318

Please sign in to comment.