Fix latest version on next channel
This commit is contained in:
		@@ -24,6 +24,7 @@ class Upgrade extends Component
 | 
				
			|||||||
        $settings = InstanceSettings::get();
 | 
					        $settings = InstanceSettings::get();
 | 
				
			||||||
        if ($settings->next_channel) {
 | 
					        if ($settings->next_channel) {
 | 
				
			||||||
            $this->isUpgradeAvailable = true;
 | 
					            $this->isUpgradeAvailable = true;
 | 
				
			||||||
 | 
					            $this->latestVersion = 'next';
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    public function upgrade()
 | 
					    public function upgrade()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user