Skip to content

Commit

Permalink
Due to fx change next version will be major 9
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille authored Nov 17, 2023
1 parent a94d665 commit a25c1db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
public static class DecompilerVersionInfo
{
public const string Major = "8";
public const string Minor = "2";
public const string Major = "9";
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;
public const string VersionName = "preview1";

public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
public const string FullVersionWithShortCommitHash = FullVersion + "-$INSERTSHORTCOMMITHASH$";
Expand Down

0 comments on commit a25c1db

Please sign in to comment.