diff --git a/README.md b/README.md index 95e6be2..ec95089 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

-### Latest version: 0.13.2 (26 November 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v013) +### Latest version: 0.13.3 (10 December 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v013) Logdy is a single-binary that you add to your PATH so it's available just like any other tool: grep, awk, sed, jq. **No installations, no deployments, no compilations**. It works locally, so it's also secure. [Read more](https://logdy.dev/docs/what-is-logdy). @@ -73,7 +73,7 @@ $ brew install logdy Naviage to [releases](https://github.com/logdyhq/logdy-core/releases) Github page and download the latest release for your architecture. ```bash -wget https://github.com/logdyhq/logdy-core/releases/download/v0.13.2/logdy_linux_amd64; +wget https://github.com/logdyhq/logdy-core/releases/download/v0.13.3/logdy_linux_amd64; mv logdy_linux_amd64 logdy; chmod +x logdy; ``` diff --git a/build_across b/build_across index c7bc3e9..a715fdf 100755 --- a/build_across +++ b/build_across @@ -1 +1 @@ -gox -ldflags "-X 'main.Version=0.13.2'" -output="bin/logdy_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/arm64 windows/386 windows/amd64 darwin/amd64 darwin/arm64" +gox -ldflags "-X 'main.Version=0.13.3'" -output="bin/logdy_{{.OS}}_{{.Arch}}" -osarch="linux/amd64 linux/arm64 windows/386 windows/amd64 darwin/amd64 darwin/arm64" diff --git a/release b/release index 3d92762..c4627fe 100755 --- a/release +++ b/release @@ -1 +1 @@ -ghr v0.13.2 bin/ +ghr v0.13.3 bin/