summaryrefslogtreecommitdiff
path: root/src/GlobalAssemblyInfo.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-01-19 12:22:32 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-01-19 12:22:32 -0500
commitb90387668d5fee2ebf67d730dbb3aa8cec6a5b67 (patch)
tree4050e29fc79c54877de5d2ecf905a5befcd512e2 /src/GlobalAssemblyInfo.cs
parent5ccd5b5df7d7fcbbf176bf2d99a274ee39681ea9 (diff)
downloadSMAPI-b90387668d5fee2ebf67d730dbb3aa8cec6a5b67.tar.gz
SMAPI-b90387668d5fee2ebf67d730dbb3aa8cec6a5b67.tar.bz2
SMAPI-b90387668d5fee2ebf67d730dbb3aa8cec6a5b67.zip
update for 1.7 release
Diffstat (limited to 'src/GlobalAssemblyInfo.cs')
-rw-r--r--src/GlobalAssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GlobalAssemblyInfo.cs b/src/GlobalAssemblyInfo.cs
index 3df34a96..29e5dae7 100644
--- a/src/GlobalAssemblyInfo.cs
+++ b/src/GlobalAssemblyInfo.cs
@@ -2,5 +2,5 @@
using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
-[assembly: AssemblyVersion("1.6.0.0")]
-[assembly: AssemblyFileVersion("1.6.0.0")] \ No newline at end of file
+[assembly: AssemblyVersion("1.7.0.0")]
+[assembly: AssemblyFileVersion("1.7.0.0")] \ No newline at end of file