Skip to content

Commit

Permalink
update generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
SabotageAndi authored Jul 16, 2018
1 parent 2a10fdc commit 1d95f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TechTalk.SpecFlow.Generator/TestGeneratorFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace TechTalk.SpecFlow.Generator
public class TestGeneratorFactory : RemotableGeneratorClass, ITestGeneratorFactory
{
// update this version to the latest version number, if there are changes in the test generation
public static readonly Version GeneratorVersion = new Version("2.3.0.0");
public static readonly Version GeneratorVersion = new Version("2.4.0.0");

public Version GetGeneratorVersion()
{
Expand Down

0 comments on commit 1d95f26

Please sign in to comment.