From 6fe6d0b5186e092c61db2bca3661f7dddb8b745a Mon Sep 17 00:00:00 2001 From: Victor Milovanov Date: Wed, 9 Oct 2019 22:22:25 -0700 Subject: [PATCH] updated copyright year --- AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 234ab0b..b38f89a 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -4,6 +4,6 @@ [assembly: AssemblyVersion("1.1.*")] [assembly: AssemblyCompany("Lost Tech LLC")] [assembly: AssemblyProduct("Stack")] -[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2018")] +[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2019")] [assembly: ComVisible(false)] \ No newline at end of file