Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TennisBowling committed Mar 3, 2024
1 parent 9b356c0 commit ee2e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use regex::Regex;
use types::*;
use verify_hash::verify_payload_block_hash;

const VERSION: &str = "1.1.3beta";
const VERSION: &str = "1.2.0";
const DEFAULT_ALGORITHM: jsonwebtoken::Algorithm = jsonwebtoken::Algorithm::HS256;

lazy_static! {
Expand Down

0 comments on commit ee2e406

Please sign in to comment.