Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Asplund committed Dec 28, 2019
1 parent 9e062d1 commit d8b196d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Client/Commands/VersionCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Soup::Client

// TODO var version = Assembly.GetExecutingAssembly().GetName().Version;
// Log::Message($"{version.Major}.{version.Minor}.{version.Build}");
Log::HighPriority("0.3.3");
Log::HighPriority("0.4.0");
}

private:
Expand Down
2 changes: 1 addition & 1 deletion Source/Client/Recipe.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Soup",
"version": "0.3.3",
"version": "0.4.0",
"type": "Executable",
"dependencies": [
"../Core",
Expand Down

0 comments on commit d8b196d

Please sign in to comment.