update default template tag

This commit is contained in:
Michael Angelo Calimlim 2023-11-02 12:51:21 +08:00
parent fbe2494737
commit f1aaa8cdb1

View file

@ -11,7 +11,7 @@ pub enum FtwTag {
Tagged { git_tag: GitTag },
}
const DEFAULT_TEMPLATE_TAG: &str = "v1.3.0";
const DEFAULT_TEMPLATE_TAG: &str = "v1.4.0";
impl FromStr for FtwTag {
type Err = ();