Skip to content

Commit

Permalink
action: Release v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 1, 2024
1 parent 45fd1fd commit 67debf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apply.pl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ sub check_current_script {
return;
}
my $filename = tempfile_name();
my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.23/apply.pl';
my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl';
download_with_curl($source, $filename);
if ($? == 0) {
if (compare_files($filename, $0)) {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.23
0.0.24

0 comments on commit 67debf5

Please sign in to comment.