We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca414a commit 4e5303bCopy full SHA for 4e5303b
src/config/Constants.js
@@ -1,4 +1,4 @@
1
-export const currentVersion = "2.3.3";
+export const currentVersion = "2.3.4";
2
export const MAX_FILE_SIZE = 1024 * 1024 * 1024;
3
export const CHUNK_SIZE = 64 * 1024 * 1024;
4
export const crypto_secretstream_xchacha20poly1305_ABYTES = 17;
0 commit comments