diff --git a/src/main.nim b/src/main.nim index 8f80bde..5e6e803 100644 --- a/src/main.nim +++ b/src/main.nim @@ -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 @@ -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