We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd3fde commit 5e47f06Copy full SHA for 5e47f06
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Git LFS Changelog
2
3
+## v0.5.1 (30 April, 2015)
4
+
5
* Fix Windows install.bat script. #223 (@PeterDaveHello)
6
7
* Fix bug where `git lfs clean` will clean Git LFS pointers too #271 (@technoweenie)
lfs/lfs.go
@@ -11,7 +11,7 @@ import (
11
"strings"
12
)
13
14
-const Version = "0.5.0"
+const Version = "0.5.1"
15
16
var (
17
LargeSizeThreshold = 5 * 1024 * 1024
0 commit comments