Skip to content

Commit c1dd317

Browse files
committed
Change 2016 to 2017
1 parent 2629cc8 commit c1dd317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Skeleton.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ footer =
4848
div [class "footer"]
4949
[ text "All code for this site is open source and written in Elm. "
5050
, a [ class "grey-link", href "https://github.com/elm-lang/elm-lang.org/" ] [ text "Check it out" ]
51-
, text "! — © 2012-2016 Evan Czaplicki"
51+
, text "! — © 2012-2017 Evan Czaplicki"
5252
]
5353

0 commit comments

Comments
 (0)