Skip to content

Commit

Permalink
bump to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Nov 18, 2023
1 parent 5f14f73 commit 7f36120
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install the `compose2nix` CLI via one of the following methods:
<!-- LINT.OnChange(version) -->
1. Install the command using `go`:
```
go install github.com/aksiksi/[email protected].4
go install github.com/aksiksi/[email protected].5
```
<!-- LINT.ThenChange(flake.nix:version, main.go:version) -->
2. 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 @@ -16,7 +16,7 @@
pname = "compose2nix";
owner = "aksiksi";
# LINT.OnChange(version)
version = "0.1.4";
version = "0.1.5";
# 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.4"
appVersion = "0.1.5"
// LINT.ThenChange(flake.nix:version,README.md:version)
)

Expand Down
2 changes: 1 addition & 1 deletion nixos-test/docker-compose.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Auto-generated using compose2nix v0.1.4.
# Auto-generated using compose2nix v0.1.5.
{ pkgs, lib, ... }:

{
Expand Down
2 changes: 1 addition & 1 deletion nixos-test/podman-compose.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Auto-generated using compose2nix v0.1.4.
# Auto-generated using compose2nix v0.1.5.
{ pkgs, lib, ... }:

{
Expand Down

0 comments on commit 7f36120

Please sign in to comment.