diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-30 17:02:56 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-30 17:02:56 -0500 |
commit | 72888fe2edf165580130fb37efdb562c8e3f78bb (patch) | |
tree | 5a146e05975f1f4b40d2e1897d314f02b6d033c2 /build | |
parent | b3b1b143baf99673f42b65ef7d84e4135bfc6d48 (diff) | |
download | SMAPI-72888fe2edf165580130fb37efdb562c8e3f78bb.tar.gz SMAPI-72888fe2edf165580130fb37efdb562c8e3f78bb.tar.bz2 SMAPI-72888fe2edf165580130fb37efdb562c8e3f78bb.zip |
update for release
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")] |