diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-22 22:06:02 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-22 22:06:02 -0400 |
| commit | e22a54212182d0adc443ac95bc791e83c90f7e10 (patch) | |
| tree | 14e240470817445a5098d6577a46832f6f7511ec /build | |
| parent | 013255d89e1a802e05f9fd61a16701ca73fa4411 (diff) | |
| parent | 98f58c353e3488ddb87979d406fbfcbe3d3ddb8f (diff) | |
| download | SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.tar.gz SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.tar.bz2 SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.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 45c4f311..ced7af52 100644 --- a/build/GlobalAssemblyInfo.cs +++ b/build/GlobalAssemblyInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; [assembly: AssemblyProduct("SMAPI")] -[assembly: AssemblyVersion("2.11.1")] -[assembly: AssemblyFileVersion("2.11.1")] +[assembly: AssemblyVersion("2.11.2")] +[assembly: AssemblyFileVersion("2.11.2")] |
