Skip to content

Commit

Permalink
bump to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Mar 16, 2024
1 parent 06f9b1a commit 0a4b995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Install the `compose2nix` CLI via one of the following methods:
<!-- LINT.OnChange(version) -->
4. Install the command using `go`:
```
go install github.com/aksiksi/compose2nix@v0.1.7
go install github.com/aksiksi/compose2nix@v0.1.8
```
<!-- LINT.ThenChange(flake.nix:version, main.go:version) -->
5. Clone this repo and run `make build`.
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
pname = "compose2nix";
owner = "aksiksi";
# LINT.OnChange(version)
version = "0.1.7";
version = "0.1.8";
# LINT.ThenChange(main.go:version, README.md:version)
in {
# Nix package
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
// LINT.OnChange(version)
appVersion = "0.1.7"
appVersion = "0.1.8"
// LINT.ThenChange(flake.nix:version,README.md:version)
)

Expand Down

0 comments on commit 0a4b995

Please sign in to comment.