Skip to content

Commit

Permalink
ship v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Apr 8, 2015
1 parent 77dba8f commit 5050f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lfs/lfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
)

const Version = "0.5.0.pre1"
const Version = "0.5.0"

var (
LargeSizeThreshold = 5 * 1024 * 1024
Expand Down
2 changes: 1 addition & 1 deletion script/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var (
ReleaseId = flag.Int("id", 0, "github/git-lfs Release ID")
uploadUrlFmt = "https://uploads.github.com/repos/github/git-lfs-interim/releases/%d/assets?%s"
uploadUrlFmt = "https://uploads.github.com/repos/github/git-lfs/releases/%d/assets?%s"
)

func mainRelease() {
Expand Down

0 comments on commit 5050f05

Please sign in to comment.