diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 20:27:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 20:27:29 -0400 |
commit | 68e9733a856b41c2b74d5c35a4b812e68157fbca (patch) | |
tree | 7c130a6a2b137ec08297ce7a13ebd8142323320c /build/common.targets | |
parent | d8f5e0bdf2da76677636e3e60979bb54da6339a7 (diff) | |
download | SMAPI-68e9733a856b41c2b74d5c35a4b812e68157fbca.tar.gz SMAPI-68e9733a856b41c2b74d5c35a4b812e68157fbca.tar.bz2 SMAPI-68e9733a856b41c2b74d5c35a4b812e68157fbca.zip |
prepare for release
Diffstat (limited to 'build/common.targets')
-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 7c2c5cad..171279a5 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.7.3</Version> + <Version>3.7.4</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> |