Skip to content

Commit 27f87bf

Browse files
authored
chore: Increment PublicVersion Build number following the breaking change introduced in #2714 (#2822)
1 parent d64fedd commit 27f87bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/shared/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal class StrideVersion
2525
/// <summary>
2626
/// The version used by editor for display purpose. The 4th digit will automatically be replaced by the git height when building packages with Stride.Build.
2727
/// </summary>
28-
public const string PublicVersion = "4.2.0.1";
28+
public const string PublicVersion = "4.2.1.1";
2929

3030
/// <summary>
3131
/// The current assembly version as text, currently same as <see cref="PublicVersion"/>.
@@ -71,4 +71,4 @@ internal partial class PublicKeys
7171
#else
7272
public const string Default = "";
7373
#endif
74-
}
74+
}

0 commit comments

Comments
 (0)