From 93b0f57a16ec7699d18af19ab1dad17ac8b36bb0 Mon Sep 17 00:00:00 2001 From: Chris Hepner Date: Thu, 1 Jan 2015 12:27:26 -0800 Subject: [PATCH] Update default year to 2015. --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 4b4858fc..a7f54a82 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -4,7 +4,7 @@ "author_name": "Your Name", "email": "Your email", "description": "A short description of the project.", - "year": "2014", + "year": "2015", "domain_name": "example.com", "version": "0.1.0", "now": "2014/06/15"