Skip to content

Commit

Permalink
Incrementing version number for next release.
Browse files Browse the repository at this point in the history
Switching to v1.x format instead of v1.0.x
  • Loading branch information
epasveer committed Feb 20, 2022
1 parent bd89c4c commit 8fd9c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeerUtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Seer {
QString version () {

// Increment this with every release on GitHub.
return "1.0.9";
return "1.1";
}

QString filterEscapes (const QString& str) {
Expand Down

0 comments on commit 8fd9c78

Please sign in to comment.