Skip to content

Commit 127d9e5

Browse files
committed
v0.13.4
1 parent f01cc57 commit 127d9e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.4
2+
3+
- [sia/renterd] add bucket support
4+
15
## 0.13.3
26

37
- Fix Docker build to include libsqlite3.so

lib/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ! S5 node version
2-
const nodeVersion = '0.13.3';
2+
const nodeVersion = '0.13.4';
33

44
// ! default chunk size for hashes
55
const defaultChunkSize = 256 * 1024;

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: s5_server
22
description: Decentralized content-addressed storage network
33
publish_to: none
4-
version: 0.13.3
4+
version: 0.13.4
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)