Skip to content

Commit

Permalink
docs: updated version number
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 074f8443fc3210f64a45250e0701535810d631c4bf405ba1a601aa5c544d1e67
  • Loading branch information
thindil committed Nov 10, 2024
1 parent d871bbf commit efc07e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ proc main() {.raises: [], tags: [ReadIOEffect, WriteIOEffect, RootEffect],
addHandler(handler = logger)
setLogFilter(lvl = lvlInfo)
try:
info(args = "Starting nimalyzer ver 0.10.1")
info(args = "Starting nimalyzer ver 0.11.0")
except Exception:
abortProgram(message = "Can't log messages.")
# No configuration file specified, quit from the program
Expand Down

0 comments on commit efc07e1

Please sign in to comment.