Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed May 9, 2024
1 parent 73ce493 commit 62e8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/helpers/constants.ts
Expand Up @@ -39,7 +39,7 @@ export const MAX_HEADER_PADDED_BYTES = 1024; // NOTE: this must be the same as t
export const MAX_BODY_PADDED_BYTES = 6400; // NOTE: this must be the same as the arg to sha the remainder number of bytes in the email in main args circom


export const CLIENT_VERSION = '0.3.1';
export const CLIENT_VERSION = '0.3.2';

// circom constants from main.circom / https://zkrepl.dev/?gist=30d21c7a7285b1b14f608325f172417b
// template RSAGroupSigVerify(n, k, levels) {
Expand Down

0 comments on commit 62e8f37

Please sign in to comment.