Skip to content

Commit

Permalink
2.1.6-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Aug 9, 2023
1 parent 111a218 commit 55dc618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 = 5;
public const int PATCH_VERSION = 6;

// a version string with a -pre-timestamp in it
public static string NUSPEC_VERSION_PRE_TIMESTAMP = string.Format("{0}.{1}.{2}-pre{3}",
Expand All @@ -51,8 +51,8 @@ public static class gen
);

// keep one of the following 2:
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
//public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;

// or maaaaybe this one, but probably not:
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
Expand Down

0 comments on commit 55dc618

Please sign in to comment.