Skip to content

Commit

Permalink
Merge pull request fedimint#5974 from bradleystachurski/wallet-api-ve…
Browse files Browse the repository at this point in the history
…rsion-bump

chore(wallet): bump api minor version
  • Loading branch information
bradleystachurski authored Sep 4, 2024
2 parents c2a7865 + a4dd35d commit de0eced
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 de0eced

Please sign in to comment.