Skip to content

Commit

Permalink
Publish 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saluki committed Jun 21, 2023
1 parent af232c1 commit 13b069d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "watchdog-rs"
description = "Minimalist & multi-region network monitoring tool written in Rust"
license = "AGPL-3.0-or-later"
version = "0.4.0"
version = "0.4.1"
authors = ["Saluki"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This script helps with the release process on Github (glibc builds for Linux)

mkdir -p ./builds
rm ./builds/*
rm -rf ./builds/*

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

0 comments on commit 13b069d

Please sign in to comment.