Skip to content

Commit

Permalink
First GH release for version 8 will be Preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Apr 19, 2022
1 parent 6a3bb2b commit 2040570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "alpha1";
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 2040570

Please sign in to comment.