Skip to content

Commit

Permalink
version 3.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Apr 22, 2022
1 parent f7e19a1 commit 1516ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Task Init(IBaseContext context, IConfiguration infraConfig)

public Task Start() => Task.CompletedTask;
public Task SaveRealtimeStats(ScenarioStats[] stats) => Task.CompletedTask;
public Task SaveFinalStats(NodeStats[] stats) => Task.CompletedTask;
public Task SaveFinalStats(NodeStats stats) => Task.CompletedTask;
public Task Stop() => Task.CompletedTask;

public void Dispose()
Expand Down
2 changes: 1 addition & 1 deletion src/NBomber/NBomber.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>NBomber</Authors>
<Company>NBomber</Company>
<Version>3.0.0-beta5</Version>
<Version>3.0.0-beta6</Version>
<Copyright>NBomber@2022</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>nbomber_icon.png</PackageIcon>
Expand Down

0 comments on commit 1516ff3

Please sign in to comment.