Fixed template name.

This commit is contained in:
Erik C. Thauvin 2019-04-01 19:29:05 -07:00
parent f1d712816e
commit 5580ea6687

View file

@ -86,7 +86,7 @@ public final class Constants {
/**
* The default mustache template.
*/
public static final String DEFAULT_TEMPLATE_NAME = "mustache";
public static final String DEFAULT_TEMPLATE_NAME = "version.mustache";
/**
* The empty string.
*/