bump to 8.1

This commit is contained in:
Egor Kovetskiy 2022-04-22 15:26:25 +06:00
parent a6ac341799
commit 5428cc6833

View File

@ -40,7 +40,7 @@ type Flags struct {
}
const (
version = "8.0"
version = "8.1"
usage = `mark - a tool for updating Atlassian Confluence pages from markdown.
Docs: https://github.com/kovetskiy/mark
@ -178,7 +178,7 @@ func processFile(
if err != nil {
log.Fatal(err)
}
if pageID != "" && meta != nil {
log.Warning(
`specified file contains metadata, ` +