Skip to content

Commit

Permalink
Fix missing Interface Dependency Closure (#120)
Browse files Browse the repository at this point in the history
* Add full partition closure to imports

* Bump version
  • Loading branch information
mwasplund authored Mar 22, 2022
1 parent d523ebd commit ef42965
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Source/Client/CLI/Recipe.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name = "Soup"
Language = "C++"
Version = "0.17.4"
Version = "0.17.5"
Type = "Executable"

Source = [
Expand Down
2 changes: 1 addition & 1 deletion Source/Client/CLI/Source/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.17.4");
Log::HighPriority("0.17.5");
}

private:
Expand Down
Loading

0 comments on commit ef42965

Please sign in to comment.