Skip to content

Commit

Permalink
updated SavePackageFile command
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Krylov <[email protected]>
  • Loading branch information
kirillkrylov committed Dec 14, 2023
1 parent a834713 commit b88e75f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clio/Command/GetVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public bool Runtime

public class GetVersionCommand : Command<GetVersionOptions>
{
private const string _gateVersion = "2.0.0.15";
private const string _gateVersion = "6.0.2.21";
public override int Execute(GetVersionOptions options)
{
if (options is object && options.Clio)
Expand Down
Binary file modified clio/cliogate/cliogate.gz
Binary file not shown.
Binary file modified clio/cliogate/cliogate_netcore.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion cliogate/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Name": "cliogate",
"Type": 0,
"ProjectPath": "",
"ModifiedOnUtc": "/Date(1701388426000)/",
"ModifiedOnUtc": "/Date(1702588124000)/",
"Maintainer": "Advanced Technologies Foundation",
"DependsOn": []
}
Expand Down

0 comments on commit b88e75f

Please sign in to comment.