Skip to content

Commit 2cfd66a

Browse files
committed
✏️ Fix the year in OctoPi-UpToDate's "About"
1 parent 7fcdeae commit 2cfd66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_pi_support/templates/pi_support_about_octopiuptodate.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ul>
1313

1414
<p>
15-
&copy; 2013-{{ now.strftime("%Y") }} <a href="https://github.com/OctoPrint/OctoPi-UpToDate/graphs/contributors" target="_blank" rel="noreferrer noopener">The OctoPi-UpToDate Authors</a>
15+
&copy; 2021-{{ now.strftime("%Y") }} <a href="https://github.com/OctoPrint/OctoPi-UpToDate/graphs/contributors" target="_blank" rel="noreferrer noopener">The OctoPi-UpToDate Authors</a>
1616
</p>
1717

1818
<p>

0 commit comments

Comments
 (0)