Skip to content

Commit

Permalink
bump to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Feb 16, 2024
1 parent 2b37034 commit bb64c84
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.6
go install github.com/aksiksi/compose2nix@v0.1.7
```
<!-- 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.6";
version = "0.1.7";
# 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.6"
appVersion = "0.1.7"
// LINT.ThenChange(flake.nix:version,README.md:version)
)

Expand Down

0 comments on commit bb64c84

Please sign in to comment.