Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Nov 14, 2023
1 parent e7fba72 commit e2abdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/version/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() {
println!("Running on a Windows Server release.");
}
if Version::new(10, 0, 0, 12345).ge() {
if Version::current() >= Version::new(10, 0, 0, 12345) {
println!("Can use a feature available on this version or later.")
}
}
Expand Down

0 comments on commit e2abdf5

Please sign in to comment.