Skip to content

Commit

Permalink
fix #2198
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsequitur committed Sep 14, 2022
1 parent 9247b26 commit 9158b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class PSKernelHost : PSHost, IHostSupportsInteractiveSession
internal PSKernelHost(PowerShellKernel powerShell)
{
_powerShell = powerShell ?? throw new ArgumentNullException(nameof(powerShell));
_hostVersion = new Version("0.0.1");
_hostVersion = new Version("1.0.0");
_instanceId = Guid.NewGuid();
_ui = new PSKernelHostUserInterface(_powerShell);
_consoleColorProxy = PSObject.AsPSObject(new ConsoleColorProxy(_ui));
Expand Down

0 comments on commit 9158b24

Please sign in to comment.