Skip to content

Commit 1fd5d7c

Browse files
Removed the F- from the version number
There isn't really a reason to have this in the version number. The only reason it was there is because the game needs to know the difference between legacy 1.1 and fyre 1.1 for example. But that only has to be in level versions.
1 parent 4e444e2 commit 1fd5d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ async fn main() {
485485
let mut level_options_type: u8 = 1;
486486

487487
println!("Getting latest version...");
488-
let version: &str = "F-1.1.1";
488+
let version: &str = "1.1.1";
489489
let level_version: &str = "F-ALPHA";
490490
let latest_version: String = ureq::get(latest_version_url)
491491
.query("fyre", "fyre")

0 commit comments

Comments
 (0)