Skip to content

Commit

Permalink
Merge pull request #72 from Masterminds/docs/vert
Browse files Browse the repository at this point in the history
Adding docs comment pointing to vert for a cli
  • Loading branch information
mattfarina committed Apr 10, 2018
2 parents 9212b0d + b030359 commit b225fac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,9 @@ The `semver` package provides the ability to work with [Semantic Versions](http:
Active](https://masterminds.github.io/stability/active.svg)](https://masterminds.github.io/stability/active.html)
[![Build Status](https://travis-ci.org/Masterminds/semver.svg)](https://travis-ci.org/Masterminds/semver) [![Build status](https://ci.appveyor.com/api/projects/status/jfk66lib7hb985k8/branch/master?svg=true&passingText=windows%20build%20passing&failingText=windows%20build%20failing)](https://ci.appveyor.com/project/mattfarina/semver/branch/master) [![GoDoc](https://godoc.org/github.com/Masterminds/semver?status.svg)](https://godoc.org/github.com/Masterminds/semver) [![Go Report Card](https://goreportcard.com/badge/github.com/Masterminds/semver)](https://goreportcard.com/report/github.com/Masterminds/semver)

If you are looking for a command line tool for version comparisons please see
[vert](https://github.com/Masterminds/vert) which uses this library.

## Parsing Semantic Versions

To parse a semantic version use the `NewVersion` function. For example,
Expand Down

0 comments on commit b225fac

Please sign in to comment.