Skip to content

Commit e2710e4

Browse files
committed
Fix copyright year in CreateAssemblyInfo.
1 parent c95a8c1 commit e2710e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildhelpers.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class GlobalAssemblyInfo
2626
new AssemblyInfoSettings
2727
{
2828
Company = "MongoDB Inc.",
29-
Copyright = "Copyright © 2010-2016 MongoDB Inc.",
29+
Copyright = "Copyright © 2010-2017 MongoDB Inc.",
3030
Version = gitVersion.AssemblySemVer,
3131
InformationalVersion = gitVersion.InformationalVersion,
3232
FileVersion = gitVersion.AssemblySemVer,

0 commit comments

Comments
 (0)