version bump to v1.1

This commit is contained in:
Russ Ross 2011-09-26 15:45:49 -06:00
parent b97990f1bb
commit 6bc8c7a22b

View File

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