Skip to content

Commit

Permalink
Getting ready for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Feb 10, 2022
1 parent 3e6f23a commit 2965a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emuiibo/src/emu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum VirtualAmiiboStatus {
Disconnected
}

pub const CURRENT_VERSION: Version = Version::from(0, 6, 4, true);
pub const CURRENT_VERSION: Version = Version::from(0, 6, 4, false);

static mut G_EMULATION_STATUS: sync::Locked<EmulationStatus> = sync::Locked::new(false, EmulationStatus::Off);
static mut G_ACTIVE_VIRTUAL_AMIIBO_STATUS: sync::Locked<VirtualAmiiboStatus> = sync::Locked::new(false, VirtualAmiiboStatus::Invalid);
Expand Down

0 comments on commit 2965a05

Please sign in to comment.