Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Ungx-ed commit 533820712c12d16021d5bf0ec9de40877203a8cb
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and Travis CI User committed Feb 24, 2019
1 parent 4083638 commit 30b2b29
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.18: QmUJYo4etAQqFfSS2rarFAE97eNGB8ej64YkRT2SmsYD4r
0.4.19-rc1: QmT67XjBy8fi2Cv1WdUJaiS9hZxn5gEYLyQ3hACMyEDj8d
658 changes: 658 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.18"
"version": "0.4.19-rc1"
}

2 changes: 1 addition & 1 deletion vendor/golang.org/x/crypto/curve25519/curve25519.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions vendor/golang.org/x/crypto/curve25519/curve25519_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/crypto/curve25519/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,17 @@
"revision": "d2f86524cced5186554df90d92529757d22c1cb6",
"revisionTime": "2016-08-23T09:51:56Z"
},
{
"checksumSHA1": "y+9Eo8h/+q1Q2CggdPk2iHEjSEU=",
"path": "golang.org/x/crypto/curve25519",
"revision": "ffb98f73852f696ea2bb21a617a5c4b3e067a439",
"revisionTime": "2018-06-14T15:19:00Z"
},
{
"checksumSHA1": "GyJO23KIK26BOFakPDOno2A6+iM=",
"path": "golang.org/x/crypto/hkdf",
"revision": "6635ad9975e2df3ac42b2a95a40b4803628ff68a",
"revisionTime": "2019-02-22T23:31:27Z"
"revision": "ffb98f73852f696ea2bb21a617a5c4b3e067a439",
"revisionTime": "2018-06-14T15:19:00Z"
}
],
"rootPath": "github.com/ipsn/go-ipfs"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package ipfs
var CurrentCommit string

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

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

0 comments on commit 30b2b29

Please sign in to comment.