diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-30 18:14:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-30 18:14:41 -0500 |
commit | 79c616600576acf16f70daad68cc60a22cbbbf74 (patch) | |
tree | 5a146e05975f1f4b40d2e1897d314f02b6d033c2 /build | |
parent | f046091fe637963fd6a8cc8c1324daf81b64899f (diff) | |
parent | 72888fe2edf165580130fb37efdb562c8e3f78bb (diff) | |
download | SMAPI-79c616600576acf16f70daad68cc60a22cbbbf74.tar.gz SMAPI-79c616600576acf16f70daad68cc60a22cbbbf74.tar.bz2 SMAPI-79c616600576acf16f70daad68cc60a22cbbbf74.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'build')
-rw-r--r-- | build/GlobalAssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/GlobalAssemblyInfo.cs b/build/GlobalAssemblyInfo.cs index 298204dc..da80f48b 100644 --- a/build/GlobalAssemblyInfo.cs +++ b/build/GlobalAssemblyInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; [assembly: AssemblyProduct("SMAPI")] -[assembly: AssemblyVersion("2.10.0")] -[assembly: AssemblyFileVersion("2.10.0")] +[assembly: AssemblyVersion("2.10.1")] +[assembly: AssemblyFileVersion("2.10.1")] |