Make version numbers match in templates

pull/12315/head
Deniz Kusefoglu 2019-03-06 10:57:49 -08:00
parent 23229216eb
commit c87b6404ef
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {ITemplate, TemplateType} from '@influxdata/influx'
const CURRENT_TEMPLATE_VERSION = '1'
const blankTemplate = {
meta: {version: '0.1.0'},
meta: {version: CURRENT_TEMPLATE_VERSION},
content: {data: {}, included: []},
labels: [],
}