Update version number in prep of the next release.

This commit is contained in:
Ernie Pasveer
2022-02-14 21:03:38 -06:00
parent 7ef7f9cd63
commit 079b11348f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Seer {
QString version () {
// Increment this with every release on GitHub.
return "1.0.8";
return "1.0.9";
}
QString filterEscapes (const QString& str) {