Skip to content

Commit

Permalink
2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Jan 26, 2024
1 parent 134a7d9 commit a5399cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class gen

public const int MAJOR_VERSION = 2;
public const int MINOR_VERSION = 1;
public const int PATCH_VERSION = 7;
public const int PATCH_VERSION = 8;

// a version string with a -pre-timestamp in it
public static string NUSPEC_VERSION_PRE_TIMESTAMP = string.Format("{0}.{1}.{2}-pre{3}",
Expand Down

0 comments on commit a5399cd

Please sign in to comment.