Skip to content

Commit

Permalink
[Samples] Bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Jul 17, 2022
1 parent fc455cc commit 7eddd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Stride.Samples.Templates
static class ThisPackageVersion
{
// we version this package manually because most of the time the samples are big and don't need to be updated
public static string Current = "4.1.0.1-dev";
public static string Current = "4.1.0.2-dev";
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Stride.Samples.Templates
static class ThisPackageVersion
{
// we version this package manually because most of the time the samples are big and don't need to be updated
public static string Current = "4.1.0.1";
public static string Current = "4.1.0.2";
}
}
#endif

0 comments on commit 7eddd5b

Please sign in to comment.