Skip to content

Commit

Permalink
(fix) fix for older Nim versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Dec 31, 2024
1 parent bc074b2 commit fe97a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updater.nim
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ proc runUpdateChecker*(config: Config) =
parseVersion(data.tagName).some()
except semver.ParseError as exc:
warn "lucem: auto-updater: cannot parse new semver: " & exc.msg & " (" & data.tagName & ')'
none(Version)
none(semver.Version)

if !newVersion:
return
Expand Down

0 comments on commit fe97a23

Please sign in to comment.