Skip to content

Commit

Permalink
bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Sep 30, 2024
1 parent 680df85 commit 0c38d28
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 @@ -57,7 +57,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.3";
compose2nix.url = "github:aksiksi/compose2nix/v0.3.0";
```
<!-- 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.4-pre";
version = "0.3.0";
# 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.4-pre"
appVersion = "0.3.0"
// LINT.ThenChange(flake.nix:version,README.md:version)
)

Expand Down

0 comments on commit 0c38d28

Please sign in to comment.