Skip to content

Commit

Permalink
prepare release (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
martintc committed Dec 28, 2023
1 parent cf6741e commit f4fd2c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 README.md
Expand Up @@ -44,7 +44,7 @@ curl -fsSL https://get.comtrya.dev | sh
or specify `VERSION=vx.x.x` to pin to a release version

```shell
VERSION=v0.8.7 curl -fsSL https://get.comtrya.dev | sh
VERSION=v0.8.8 curl -fsSL https://get.comtrya.dev | sh
```

If this doesn't work for your OS and architecture, please open an issue and we'll do our best to support it.
Expand Down
4 changes: 2 additions & 2 deletions app/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "comtrya"
version = "0.8.7"
version = "0.8.8"
authors = ["David McKay <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ description = "A tool to simplify reprovisioning a fresh OS. Installs packages a
anyhow = "1.0"
colored = "2.0"
comfy-table = "7"
comtrya-lib = { path = "../lib", version = "0.8.7" }
comtrya-lib = { path = "../lib", version = "0.8.8" }
paw = "1.0"
petgraph = "0.6"
rhai = { version = "1.16", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "comtrya-lib"
version = "0.8.7"
version = "0.8.8"
authors = ["David McKay <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit f4fd2c1

Please sign in to comment.