Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
chore: bump version to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr authored and Flouse committed Oct 24, 2022
1 parent 15dff93 commit 5f146f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/polyjuice_globals.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef POLYJUICE_GLOBALS_H
#define POLYJUICE_GLOBALS_H

#define POLYJUICE_VERSION "v1.4.3"
#define POLYJUICE_VERSION "v1.4.4"

#define ETH_ADDRESS_LEN 20

Expand Down
2 changes: 1 addition & 1 deletion polyjuice-tests/src/test_cases/recursion_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn test_recursion_contract_call() {
None,
)
.unwrap();
assert_eq!(err.exit_code, 2);
assert_eq!(err.exit_code, 3);
}

{
Expand Down

0 comments on commit 5f146f7

Please sign in to comment.