Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sources/shared/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal class StrideVersion
/// <summary>
/// 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.
/// </summary>
public const string PublicVersion = "4.2.0.1";
public const string PublicVersion = "4.2.1.1";

/// <summary>
/// The current assembly version as text, currently same as <see cref="PublicVersion"/>.
Expand Down Expand Up @@ -71,4 +71,4 @@ internal partial class PublicKeys
#else
public const string Default = "";
#endif
}
}
Loading