diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-16 20:09:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-16 20:09:03 -0400 |
commit | 4aecc2aabadd7b969aebd4c8914f433fc079fd53 (patch) | |
tree | cf7de9adbc144797f00954d2e3574ac8393bec7a /build | |
parent | 534142009d4b94038150827398b9020edebfe4c0 (diff) | |
download | SMAPI-4aecc2aabadd7b969aebd4c8914f433fc079fd53.tar.gz SMAPI-4aecc2aabadd7b969aebd4c8914f433fc079fd53.tar.bz2 SMAPI-4aecc2aabadd7b969aebd4c8914f433fc079fd53.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 171279a5..8e687190 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.7.4</Version> + <Version>3.7.5</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> |