Skip to content

Commit

Permalink
DOC: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-s committed Jul 25, 2020
1 parent ada2e74 commit 75c2612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scrtdd/rtdd.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class RTDD : public Application {
};
DEFINE_SMARTPOINTER(Region);

virtual const char *version() { return "1.0.0+"; }
virtual const char *version() { return "1.1.0"; }

protected:
void createCommandLineDescription();
Expand Down

0 comments on commit 75c2612

Please sign in to comment.