File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
- Update go-multihash with keccak and bitcoin hashes ([ ipfs/go-ipfs #3833 ] ( https://github.com/ipfs/go-ipfs/pull/3833 ) )
10
10
- Update go-is-domain to contain new gTLD ([ ipfs/go-ipfs #3873 ] ( https://github.com/ipfs/go-ipfs/pull/3873 ) )
11
11
- Periodically flush cached directories during ipfs add ([ ipfs/go-ipfs #3888 ] ( https://github.com/ipfs/go-ipfs/pull/3888 ) )
12
+ - improved gateway directory listing for sharded nodes ([ ipfs/go-ipfs #3897 ] ( https://github.com/ipfs/go-ipfs/pull/3897 ) )
12
13
- Documentation
13
14
- Change issue template to use Severity instead of Priority ([ ipfs/go-ipfs #3834 ] ( https://github.com/ipfs/go-ipfs/pull/3834 ) )
14
15
- Fix link to commit hook script in contribute.md ([ ipfs/go-ipfs #3863 ] ( https://github.com/ipfs/go-ipfs/pull/3863 ) )
Original file line number Diff line number Diff line change 312
312
"language" : " go" ,
313
313
"license" : " MIT" ,
314
314
"name" : " go-ipfs" ,
315
- "version" : " 0.4.9-rc1 "
315
+ "version" : " 0.4.9-rc2 "
316
316
}
317
317
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ package config
4
4
var CurrentCommit string
5
5
6
6
// CurrentVersionNumber is the current application's version literal
7
- const CurrentVersionNumber = "0.4.9-rc1 "
7
+ const CurrentVersionNumber = "0.4.9-rc2 "
8
8
9
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
You can’t perform that action at this time.
0 commit comments