Skip to content

Commit

Permalink
Update date
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Feb 27, 2025
1 parent ec9b4bb commit c0cd9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AVR_Miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Duino-Coin Official AVR Miner 4.3 © MIT licensed
https://duinocoin.com
https://github.com/revoxhere/duino-coin
Duino-Coin Team & Community 2019-2024
Duino-Coin Team & Community 2019-2025
"""

from os import _exit, mkdir
Expand Down Expand Up @@ -805,7 +805,7 @@ def greeting():
+ Style.BRIGHT + get_string('banner')
+ Style.RESET_ALL + Fore.MAGENTA
+ f' {Settings.VER}' + Fore.RESET
+ ' 2019-2024')
+ ' 2019-2025')

print(
Style.DIM + Fore.MAGENTA
Expand Down

0 comments on commit c0cd9c0

Please sign in to comment.