Skip to content

Commit 55ab77a

Browse files
authored
Merge pull request #52 from asteurer/v0.3.3
feat: prep for v0.3.3 release
2 parents 278e6d9 + 2e3cf8f commit 55ab77a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -19,7 +19,7 @@ reqwest = { version = "0.13.1", features = ["blocking"] }
1919
tar = "0.4"
2020

2121
[workspace.package]
22-
version = "0.3.2"
22+
version = "0.3.3"
2323
edition = "2024"
2424

2525
[workspace.lints.clippy]

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
// Although `componentize-go` is written in Rust, we can use this wrapper to
2525
// make it available using e.g. `go install` and/or `go tool`.
2626
func main() {
27-
release := "v0.3.2"
27+
release := "v0.3.3"
2828

2929
directories := userdirs.ForApp(
3030
"componentize-go",

0 commit comments

Comments
 (0)