Skip to content

Commit 5e47f06

Browse files
committed
Release v0.5.1
1 parent 8fd3fde commit 5e47f06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Git LFS Changelog
22

3+
## v0.5.1 (30 April, 2015)
4+
35
* Fix Windows install.bat script. #223 (@PeterDaveHello)
46

57
* Fix bug where `git lfs clean` will clean Git LFS pointers too #271 (@technoweenie)

lfs/lfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
)
1313

14-
const Version = "0.5.0"
14+
const Version = "0.5.1"
1515

1616
var (
1717
LargeSizeThreshold = 5 * 1024 * 1024

0 commit comments

Comments
 (0)