There was an error while loading. Please reload this page.
1 parent 9307dde commit 6b7395cCopy full SHA for 6b7395c
2 files changed
flake.nix
@@ -14,7 +14,7 @@
14
pname = "compose2nix";
15
owner = "aksiksi";
16
# LINT.OnChange(version)
17
- version = "0.3.3";
+ version = "0.3.4-pre";
18
# LINT.ThenChange(main.go:version)
19
in {
20
# Nix package
main.go
@@ -14,7 +14,7 @@ import (
const (
// LINT.OnChange(version)
- appVersion = "0.3.3"
+ appVersion = "0.3.4-pre"
// LINT.ThenChange(flake.nix:version)
)
0 commit comments