# README
semver
Package semver implements structs and functions that adhere to the Semantic Versioning (http://semver.org/).
# Functions
New creates a new semantic version from the given string.
# Variables
ErrParse is returned when New is unable to parse the given string into a semantic version.
# Structs
SemanticVersion is a handy struct to handle with versioning.