diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 20:41:26 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 20:41:26 -0500 |
commit | 82beefd8531467de318c1881afd15a258d489f37 (patch) | |
tree | cedc28e33b97aa8997272f05bc20b90577eda9ee /build | |
parent | b214a76965d98ca785b64b490533b6bf66371a48 (diff) | |
parent | a6f74e8fd4da62a7770f1697c6162313b30ba525 (diff) | |
download | SMAPI-82beefd8531467de318c1881afd15a258d489f37.tar.gz SMAPI-82beefd8531467de318c1881afd15a258d489f37.tar.bz2 SMAPI-82beefd8531467de318c1881afd15a258d489f37.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 15ae2ecc..079d9040 100644 --- a/build/GlobalAssemblyInfo.cs +++ b/build/GlobalAssemblyInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; [assembly: AssemblyProduct("SMAPI")] -[assembly: AssemblyVersion("2.9.2")] -[assembly: AssemblyFileVersion("2.9.2")] +[assembly: AssemblyVersion("2.9.3")] +[assembly: AssemblyFileVersion("2.9.3")] |