Skip to content

Commit 22a0c85

Browse files
author
Piotr
committed
v0.13.3
1 parent 909e1b8 commit 22a0c85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</a>
1616
</p>
1717

18-
### Latest version: 0.13.2 (26 November 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v013)
18+
### Latest version: 0.13.3 (10 December 2024) - [Read announcement](https://logdy.dev/blog/post/logdy-new-version-announcement-v013)
1919

2020
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).
2121

@@ -73,7 +73,7 @@ $ brew install logdy
7373
Naviage to [releases](https://github.com/logdyhq/logdy-core/releases) Github page and download the latest release for your architecture.
7474

7575
```bash
76-
wget https://github.com/logdyhq/logdy-core/releases/download/v0.13.2/logdy_linux_amd64;
76+
wget https://github.com/logdyhq/logdy-core/releases/download/v0.13.3/logdy_linux_amd64;
7777
mv logdy_linux_amd64 logdy;
7878
chmod +x logdy;
7979
```

build_across

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"
1+
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"

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghr v0.13.2 bin/
1+
ghr v0.13.3 bin/

0 commit comments

Comments
 (0)