Skip to content

Commit 4e5303b

Browse files
committed
Update version
1 parent eca414a commit 4e5303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/Constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const currentVersion = "2.3.3";
1+
export const currentVersion = "2.3.4";
22
export const MAX_FILE_SIZE = 1024 * 1024 * 1024;
33
export const CHUNK_SIZE = 64 * 1024 * 1024;
44
export const crypto_secretstream_xchacha20poly1305_ABYTES = 17;

0 commit comments

Comments
 (0)