mirror of
https://github.com/macalimlim/ftw
synced 2024-11-10 04:24:12 +00:00
update default template tag
This commit is contained in:
parent
fbe2494737
commit
f1aaa8cdb1
1 changed files with 1 additions and 1 deletions
|
@ -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 = ();
|
||||
|
|
Loading…
Reference in a new issue