Skip to content

Commit 67debf5

Browse files
committed
action: Release v0.0.24
1 parent 45fd1fd commit 67debf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apply.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ sub check_current_script {
155155
return;
156156
}
157157
my $filename = tempfile_name();
158-
my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.23/apply.pl';
158+
my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl';
159159
download_with_curl($source, $filename);
160160
if ($? == 0) {
161161
if (compare_files($filename, $0)) {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.23
1+
0.0.24

0 commit comments

Comments
 (0)