Skip to content

Commit

Permalink
Merge pull request #5008 from ipfs/feat/0.4.15-release
Browse files Browse the repository at this point in the history
ipfs release 0.4.15
  • Loading branch information
whyrusleeping authored May 10, 2018
2 parents 44a7d6b + b8942bb commit 7853e53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.15-rc1: QmNUCLv5fmUBuAcwbkt58NQvMcJgd5FPCYV2yNCXq4Wnd6
0.4.15: QmcKwjeebv5SX3VFUGDFa4BNMYhy14RRaCzQP7JN3UQDpB
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.15-rc1"
"version": "0.4.15"
}

2 changes: 1 addition & 1 deletion repo/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package config
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.15-rc1"
const CurrentVersionNumber = "0.4.15"

const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 comments on commit 7853e53

Please sign in to comment.