diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-21 12:24:43 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-21 12:24:43 -0500 |
commit | 872a1d5627f20faece618644db1ae4749e124741 (patch) | |
tree | 848a7ec8c99e0e1f8335fac41f9e417dc1c86e40 /build | |
parent | 77002d3e9965d9afa843a95129c6acb5d1c4a283 (diff) | |
download | SMAPI-872a1d5627f20faece618644db1ae4749e124741.tar.gz SMAPI-872a1d5627f20faece618644db1ae4749e124741.tar.bz2 SMAPI-872a1d5627f20faece618644db1ae4749e124741.zip |
prepare for release
Diffstat (limited to 'build')
-rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index d8b29488..ee4f918f 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.7.6</Version> + <Version>3.8.0</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> |