Skip to content

Commit

Permalink
Bump version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasplund authored Feb 2, 2020
1 parent 3bb8815 commit 991524a
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.5.4");
Log::HighPriority("0.5.5");
}

private:
Expand Down
2 changes: 1 addition & 1 deletion Source/Client/Recipe.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name = "Soup"
Version = "0.5.4"
Version = "0.5.5"
Type = "Executable"

# Ensure the core build extensions are runtime dependencies
Expand Down

0 comments on commit 991524a

Please sign in to comment.