Merge pull request #1924 from git-lfs/bump-master-version

config: bump version to '2.0-pre'
This commit is contained in:
risk danger olson 2017-02-09 10:20:19 -07:00 committed by GitHub
commit 5a55c028a8
2 changed files with 4 additions and 1 deletions

@ -146,6 +146,9 @@ release.
* rpm
* apt
* Bump homebrew version and generate the homebrew hash with `curl --location https://github.com/git-lfs/git-lfs/archive/vx.y.z.tar.gz | shasum -a 256` ([example](https://github.com/Homebrew/homebrew-core/pull/413/commits/dc0eb1f62514f48f3f5a8d01ad3bea06f78bd566))
* Create release branch for bug fixes, such as `release-1.5`.
* Increment version in `config/version.go` to the next expected version. If
v1.5 just shipped, set the version in master to `1.6-pre`, for example.
## Resources

@ -14,7 +14,7 @@ var (
)
const (
Version = "1.5.0"
Version = "2.0-pre"
)
func init() {