Skip to content

Commit

Permalink
docs: updated version number
Browse files Browse the repository at this point in the history
FossilOrigin-Name: cf7543335807dc2c1ed0e909a423992bebfdf069304113c445229eb8d6a57118
  • Loading branch information
thindil committed Jan 6, 2025
1 parent f53e44e commit 7b5e845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2023-2024 Bartek Jasicki
# Copyright © 2023-2025 Bartek Jasicki
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down 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.11.0")
info(args = "Starting nimalyzer ver 0.12.0")
except Exception:
abortProgram(message = "Can't log messages.")
# No configuration file specified, quit from the program
Expand Down

0 comments on commit 7b5e845

Please sign in to comment.