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 bdaa33e commit 035daebCopy full SHA for 035daeb
src/config/Constants.js
@@ -1,4 +1,4 @@
1
-export const currentVersion = "2.3.0";
+export const currentVersion = "2.3.1";
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