Skip to content

Commit

Permalink
Merge pull request #32 from Krannich479/fix-version
Browse files Browse the repository at this point in the history
Update version string
  • Loading branch information
ldenti authored Jul 19, 2024
2 parents 9c5c788 + 0d7801a commit a403bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

using namespace std;

const string version = "v2.0.0-alpha.1";
const string version = "v2.0.0-alpha.3";

int main(int argc, char **argv) {
time_t t;
Expand Down

0 comments on commit a403bdb

Please sign in to comment.