Bump const VERSION to 1.4

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

Closes #119.
pull/212/head
Vytautas Šaltenis 2015-10-18 20:51:29 +03:00
parent fbdd06145d
commit 1d673b3cd9
1 changed files with 1 additions and 1 deletions

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.