Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Oct 11, 2023
1 parent b5c414e commit 13c7539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ can be found under [releases]. To use outflux, download the binary, extract the
compressed tarball and run the executable.

```bash
wget https://github.com/timescale/outflux/releases/download/0.2.0/outflux_0.2.0_Linux_x86_64.tar.gz
tar xf outflux_0.2.0_Linux_x86_64.tar.gz
wget https://github.com/timescale/outflux/releases/download/0.3.0/outflux_0.3.0_Linux_x86_64.tar.gz
tar xf outflux_0.3.0_Linux_x86_64.tar.gz
./outflux --help
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/outflux/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

const outfluxVersion = "0.2.0-dev"
const outfluxVersion = "0.3.0"

func main() {
RootCmd.Execute()
Expand Down

0 comments on commit 13c7539

Please sign in to comment.