Skip to content

Commit 13b069d

Browse files
committed
Publish 0.4.1
1 parent af232c1 commit 13b069d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "watchdog-rs"
33
description = "Minimalist & multi-region network monitoring tool written in Rust"
44
license = "AGPL-3.0-or-later"
5-
version = "0.4.0"
5+
version = "0.4.1"
66
authors = ["Saluki"]
77
edition = "2021"
88
readme = "README.md"

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This script helps with the release process on Github (glibc builds for Linux)
55

66
mkdir -p ./builds
7-
rm ./builds/*
7+
rm -rf ./builds/*
88

99
CLI_VERSION=$(/usr/bin/cat Cargo.toml | egrep "version = (.*)" | egrep -o --color=never "([0-9]+\.?){3}" | head -n 1)
1010
echo "Releasing v$CLI_VERSION for musl & libc x86_64 targets"

0 commit comments

Comments
 (0)