diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 18:20:27 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 18:20:27 -0400 |
commit | b7b8b001c5c2dc5d2c9fc1347532ca29368c2325 (patch) | |
tree | b704dc64b6b6fef72615bac8950d5eff3c80ea89 /build | |
parent | fb04b67a2b91ce3a3b2b2f160b4266eeea624e67 (diff) | |
download | SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.tar.gz SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.tar.bz2 SMAPI-b7b8b001c5c2dc5d2c9fc1347532ca29368c2325.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 ced7af52..a3ca3051 100644 --- a/build/GlobalAssemblyInfo.cs +++ b/build/GlobalAssemblyInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; [assembly: AssemblyProduct("SMAPI")] -[assembly: AssemblyVersion("2.11.2")] -[assembly: AssemblyFileVersion("2.11.2")] +[assembly: AssemblyVersion("2.11.3")] +[assembly: AssemblyFileVersion("2.11.3")] |