diff --git a/README.md b/README.md index 04559f9..0194126 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Install the `compose2nix` CLI via one of the following methods: 4. Install the command using `go`: ``` - go install github.com/aksiksi/compose2nix@v0.1.6 + go install github.com/aksiksi/compose2nix@v0.1.7 ``` 5. Clone this repo and run `make build`. diff --git a/flake.nix b/flake.nix index f27f678..d3e4346 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/main.go b/main.go index 632021b..97eb3fe 100644 --- a/main.go +++ b/main.go @@ -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) )