diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 20:59:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 20:59:19 -0400 |
commit | 2022836b819241842acae1d20c61895025bf364b (patch) | |
tree | ca1d26e7690e815bacde0a6118ab5df01784daa4 /build | |
parent | 0b21357e37c900774668fdaf3e83e1e7f7df0c38 (diff) | |
download | SMAPI-2022836b819241842acae1d20c61895025bf364b.tar.gz SMAPI-2022836b819241842acae1d20c61895025bf364b.tar.bz2 SMAPI-2022836b819241842acae1d20c61895025bf364b.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 43bbcba5..021e1fe6 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.6.2</Version> + <Version>3.7.0</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> |