Skip to content

Commit

Permalink
Release v0.1.7-5
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed May 7, 2024
1 parent f1fa49c commit 2c2edb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Test the build
run: |
sleep 25
sleep 5
curl -s https://id.a1ecbr0wn.com > prod.ip
curl -s https://ident.me > idm.ip
if ! cmp -s prod.ip idm.ip; then
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "id-worker"
version = "0.1.7-4"
version = "0.1.7-5"
edition = "2021"
description = "Cloudflare worker for providing ip address id"
license = "Apache-2.0"
Expand Down

0 comments on commit 2c2edb0

Please sign in to comment.