Merge pull request #2384 from git-lfs/bump-to-prerelease

all: bump version to '2.3.0-pre'
This commit is contained in:
Taylor Blau 2017-07-05 09:23:38 -06:00 committed by GitHub
commit ccb52dd6e0
3 changed files with 3 additions and 3 deletions

@ -12,7 +12,7 @@ var (
) )
const ( const (
Version = "2.2.0" Version = "2.3.0-pre"
) )
func init() { func init() {

@ -1,5 +1,5 @@
Name: git-lfs Name: git-lfs
Version: 2.2.0 Version: 2.3.0-pre
Release: 1%{?dist} Release: 1%{?dist}
Summary: Git extension for versioning large files Summary: Git extension for versioning large files

@ -13,6 +13,6 @@
"FileDescription": "Git LFS", "FileDescription": "Git LFS",
"LegalCopyright": "GitHub, Inc. and Git LFS contributors", "LegalCopyright": "GitHub, Inc. and Git LFS contributors",
"ProductName": "Git Large File Storage (LFS)", "ProductName": "Git Large File Storage (LFS)",
"ProductVersion": "2.2.0" "ProductVersion": "2.3.0-pre"
} }
} }