Skip to content

Commit

Permalink
chore(wallet): bump api minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleystachurski committed Sep 4, 2024
1 parent c2a7865 commit a4dd35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fedimint-wallet-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl ServerModuleInit for WalletInit {
MODULE_CONSENSUS_VERSION.major,
MODULE_CONSENSUS_VERSION.minor,
),
&[(0, 0)],
&[(0, 1)],
)
}

Expand Down

0 comments on commit a4dd35d

Please sign in to comment.