Skip to content

Commit

Permalink
Merge pull request #1857 from git-lfs/release-next
Browse files Browse the repository at this point in the history
release: 1.5.5
  • Loading branch information
ttaylorr committed Jan 12, 2017
2 parents 15ced16 + 17f3466 commit c2dcd6f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Git LFS Changelog

## 1.5.5 (12 January, 2017)

### Bugs

* lfs: only buffer first 1k when creating a CleanPointerError #1856 (@ttaylorr)

## 1.5.4 (27 December, 2016)

### Bugs
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Expand Up @@ -8,7 +8,7 @@ import (

var (
GitCommit string
Version = "1.5.4"
Version = "1.5.5"
VersionDesc string
)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
git-lfs (1.5.5) stable; urgency=low

* New upstream version

-- Stephen Gelman <gelman@getbraintree.com> Thu, 12 Jan 2017 14:29:00 +0000

git-lfs (1.5.4) stable; urgency=low

* New upstream version
Expand Down
2 changes: 1 addition & 1 deletion lfs/lfs.go
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
Version = "1.5.4"
Version = "1.5.5"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/git-lfs.spec
@@ -1,5 +1,5 @@
Name: git-lfs
Version: 1.5.4
Version: 1.5.5
Release: 1%{?dist}
Summary: Git extension for versioning large files

Expand Down
2 changes: 1 addition & 1 deletion script/windows-installer/inno-setup-git-lfs-installer.iss
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Git LFS"
#define MyAppVersion "1.5.4"
#define MyAppVersion "1.5.5"
#define MyAppPublisher "GitHub, Inc"
#define MyAppURL "https://git-lfs.github.com/"
#define MyAppFilePrefix "git-lfs-windows"
Expand Down

0 comments on commit c2dcd6f

Please sign in to comment.