Skip to content

Commit

Permalink
Add link to repo for version check
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmarsss committed Mar 15, 2023
1 parent c5d59a9 commit 07fb85b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/snipebot/SnipeChanBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ static String versionCheck() {
"\n" + note;
}
return " This program is up to date!" +
"\n" + note;
"\n" + note +
"\n[https://github.com/itsmarsss/Snipe-Chan/releases]";
}

private static boolean readConfigYML() {
Expand Down

0 comments on commit 07fb85b

Please sign in to comment.