Bump const VERSION to 1.4

This is probably not used by too many people, but there it goes anyway.

Closes #119.
This commit is contained in:
Vytautas Šaltenis 2015-10-18 20:51:29 +03:00
parent fbdd06145d
commit 1d673b3cd9

View File

@ -24,7 +24,7 @@ import (
"unicode/utf8"
)
const VERSION = "1.1"
const VERSION = "1.4"
// These are the supported markdown parsing extensions.
// OR these values together to select multiple extensions.