Skip to content

Commit

Permalink
Update StronglyTypedIdsVersion constant
Browse files Browse the repository at this point in the history
  • Loading branch information
NxSoftware authored and andrewlock committed Feb 14, 2024
1 parent ba48ce0 commit b08c36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StronglyTypedIds/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace StronglyTypedIds
{
internal static class Constants
{
public const string StronglyTypedIdsVersion = "1.0.0-beta6";
public const string StronglyTypedIdsVersion = "1.0.0-beta7";
public const string Usage = nameof(Usage);
}
}
}

0 comments on commit b08c36a

Please sign in to comment.