Skip to content

Commit

Permalink
RC1 will be the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed May 12, 2023
1 parent be54b44 commit 61f79a0
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 = "preview4";
public const string VersionName = "rc1";

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

0 comments on commit 61f79a0

Please sign in to comment.