We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01cc57 commit 127d9e5Copy full SHA for 127d9e5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.13.4
2
+
3
+- [sia/renterd] add bucket support
4
5
## 0.13.3
6
7
- Fix Docker build to include libsqlite3.so
lib/constants.dart
@@ -1,5 +1,5 @@
// ! S5 node version
-const nodeVersion = '0.13.3';
+const nodeVersion = '0.13.4';
// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
pubspec.yaml
@@ -1,7 +1,7 @@
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
-version: 0.13.3
+version: 0.13.4
environment:
sdk: ^3.0.0
0 commit comments