Skip to content

Commit

Permalink
docs: updated version number
Browse files Browse the repository at this point in the history
FossilOrigin-Name: f707b3caab16a95e4a192bfb3cb6411c2aa15e98480cff975e9aea6c28f30b51
  • Loading branch information
thindil committed Jan 5, 2025
1 parent 6dbd203 commit 06ea821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beastcleaner.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import os

# Package

version = "0.1.0"
version = "25.01"
author = "Bartek thindil Jasicki"
description = "A simple program to check and remove unmaintaned files on FreeBSD"
license = "BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions src/beastcleaner.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2024 Bartek Jasicki
# Copyright © 2024-2025 Bartek Jasicki
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -59,7 +59,7 @@ proc showProgramVersion() {.sideEffect, raises: [], tags: [WriteIOEffect],
body:
try:
stdout.writeLine(x = """
Beastcleaner version: 0.0.1
Beastcleaner version: 25.01
Copyright: 2024 Bartek Jasicki <thindil@laeran.pl.eu.org>
License: 3-Clause BSD""")
Expand Down

0 comments on commit 06ea821

Please sign in to comment.