Skip to content

Commit

Permalink
bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Sep 22, 2024
1 parent 311b939 commit 7eb4615
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 @@ -53,7 +53,7 @@ Install the `compose2nix` CLI via one of the following methods:
Optionally, you can pin to a specific version:
<!-- LINT.OnChange(version) -->
```nix
compose2nix.url = "github:aksiksi/compose2nix/v0.2.2";
compose2nix.url = "github:aksiksi/compose2nix/v0.2.3";
```
<!-- LINT.ThenChange(flake.nix:version,main.go:version) -->
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.2.3-pre";
version = "0.2.3";
# 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.2.3-pre"
appVersion = "0.2.3"
// LINT.ThenChange(flake.nix:version,README.md:version)
)

Expand Down

0 comments on commit 7eb4615

Please sign in to comment.