File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ namespace PokemonAutomation{
2626const bool IS_BETA_VERSION = false ;
2727const int PROGRAM_VERSION_MAJOR = 0 ;
2828const int PROGRAM_VERSION_MINOR = 60 ;
29- const int PROGRAM_VERSION_PATCH = 8 ;
29+ const int PROGRAM_VERSION_PATCH = 9 ;
3030
3131const std::string PROGRAM_VERSION_BASE =
3232 " v" + std::to_string(PROGRAM_VERSION_MAJOR) +
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
9090 ret.emplace_back (make_single_switch_program<ShinyHunt_WildZoneCafe_Descriptor, ShinyHunt_WildZoneCafe>());
9191 ret.emplace_back (make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
9292 ret.emplace_back (make_single_switch_program<ShinyHunt_SewerHunter_Descriptor, ShinyHunt_SewerHunter>());
93+ ret.emplace_back (make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
9394 if (IS_BETA_VERSION){
9495 ret.emplace_back (make_single_switch_program<ShinyHunt_ShuttleRun_Descriptor, ShinyHunt_ShuttleRun>());
95- ret.emplace_back (make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
9696 }
9797 if (PreloadSettings::instance ().DEVELOPER_MODE ){
9898 ret.emplace_back (make_single_switch_program<BeldumHunter_Descriptor, BeldumHunter>());
You can’t perform that action at this time.
0 commit comments