diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-21 21:58:37 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-21 21:58:37 -0500 |
commit | 9c4c10d2d22cbf67ccadbd35fdf1ffced0541cc2 (patch) | |
tree | 4c1ca1c2fb2db41ac0d8b337e2f17209b4ad66f5 /build/common.targets | |
parent | 27accf55a5e008819015a599a484c8e670cc546f (diff) | |
download | SMAPI-9c4c10d2d22cbf67ccadbd35fdf1ffced0541cc2.tar.gz SMAPI-9c4c10d2d22cbf67ccadbd35fdf1ffced0541cc2.tar.bz2 SMAPI-9c4c10d2d22cbf67ccadbd35fdf1ffced0541cc2.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 a38f15a6..29acbb56 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,7 +4,7 @@ <!--set properties --> <PropertyGroup> - <Version>3.9.1</Version> + <Version>3.9.2</Version> <Product>SMAPI</Product> <LangVersion>latest</LangVersion> |