Skip to content

Commit 98dde90

Browse files
committed
bump the version number
1 parent 213ae4b commit 98dde90

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
git-lfs (0.5.3) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Stephen Gelman <[email protected]> Wed, 29 Jul 2015 20:01:03 +0000
6+
7+
git-lfs (0.5.3) stable; urgency=low
8+
9+
* New upstream version
10+
11+
-- Stephen Gelman <[email protected]> Fri, 24 Jul 2015 20:43:00 +0000
12+
113
git-lfs (0.5.2) stable; urgency=low
214

315
* New upstream version

lfs/lfs.go

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

1414
const (
15-
Version = "0.5.3"
15+
Version = "0.5.4"
1616
tempDirPerms = 0755
1717
localMediaDirPerms = 0755
1818
localLogDirPerms = 0755

0 commit comments

Comments
 (0)