Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 8974bb7

Browse files
committed
Bumps version to 0.0.13
1 parent 26a3527 commit 8974bb7

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
@@ -5,7 +5,7 @@ repository = "https://github.com/prql/prql-query"
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
77
rust-version = "1.64.0"
8-
version = "0.0.12"
8+
version = "0.0.13"
99

1010
[[bin]]
1111
name = "pq"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dowloaded from [Releases](https://github.com/prql/prql-query/releases/)
5858

5959
For example on linux you could download and install `pq` with:
6060

61-
VERSION=v0.0.12 wget https://github.com/prql/prql-query/releases/download/$VERSION/pq-x86_64-unknown-linux-gnu.tar.gz && \
61+
VERSION=v0.0.13 wget https://github.com/prql/prql-query/releases/download/$VERSION/pq-x86_64-unknown-linux-gnu.tar.gz && \
6262
tar xvzf pq-x86_64-unknown-linux-gnu.tar.gz --directory ~/.local/bin && \
6363
rm pq-x86_64-unknown-linux-gnu.tar.gz
6464

0 commit comments

Comments
 (0)