Version bump.

This commit is contained in:
Jordan Sherer 2018-07-08 09:25:35 -04:00
parent 60563a7dc3
commit 5c9f9e8141

View File

@ -81,7 +81,7 @@ QString version (bool include_patch)
#endif
#endif
QString v {"0.0.2"};
QString v {"0.0.3"};
return v;
}