Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Sanders authored Oct 17, 2019
1 parent b91d2e6 commit 7daa5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const (
// PATCH version when you make backwards-compatible bug fixes.

// MajorVersion is the credential helper's major version number.
MajorVersion = 1
MajorVersion = 2
// MinorVersion is the credential helper's minor version number.
MinorVersion = 5
MinorVersion = 0
// PatchVersion is the credential helper's patch version number.
PatchVersion = 0
)
Expand Down

0 comments on commit 7daa5a7

Please sign in to comment.