Skip to content

Commit

Permalink
merge branch 'pr-116'
Browse files Browse the repository at this point in the history
Bump to v0.1.0. Vote was +7 -0 #3.

Closes #116
LGTMs: @cyphar @coolljt0725 @vbatts
  • Loading branch information
cyphar committed Mar 2, 2017
2 parents a44af00 + 220bc55 commit 126c1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 0
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 0
VersionMinor = 1
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0

Expand Down

0 comments on commit 126c1bc

Please sign in to comment.