summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Pearkes <jackpearkes@gmail.com>2015-06-24 11:50:26 -0700
committerJack Pearkes <jackpearkes@gmail.com>2015-06-24 11:50:26 -0700
commita18bf0fc8c1330b68e79f5a1f0982cbf80783046 (patch)
treeb8b601a08bfa9db33ba4307432d5baf1d5c786ee
parent9276973fcd496aca810e4186eaf79cd53d2c129f (diff)
can't use timestamp for version
-rw-r--r--template.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.json b/template.json
index a3c0274..ec5067e 100644
--- a/template.json
+++ b/template.json
@@ -97,7 +97,7 @@
"artifact_type": "vagrant.box",
"metadata": {
"provider": "vmware_desktop",
- "version": "0.0.{{timestamp}}"
+ "version": "0.0.1"
}
},
{
@@ -107,7 +107,7 @@
"artifact_type": "vagrant.box",
"metadata": {
"provider": "virtualbox",
- "version": "0.0.{{timestamp}}"
+ "version": "0.0.1"
}
}]
]