You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/shared/SharedAssemblyInfo.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ internal class StrideVersion
25
25
/// <summary>
26
26
/// 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.
27
27
/// </summary>
28
-
publicconststringPublicVersion="4.2.0.1";
28
+
publicconststringPublicVersion="4.2.1.1";
29
29
30
30
/// <summary>
31
31
/// The current assembly version as text, currently same as <see cref="PublicVersion"/>.
@@ -71,4 +71,4 @@ internal partial class PublicKeys
0 commit comments