We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7b948 commit 881ce76Copy full SHA for 881ce76
cmd/root.go
@@ -8,7 +8,7 @@ import (
8
"github.com/spf13/cobra"
9
)
10
11
-const version = "1.1.0"
+const version = "1.1.1"
12
13
// rootCmd represents the root CLI command object which all other commands stem from.
14
var rootCmd = &cobra.Command{
flake.nix
@@ -15,7 +15,7 @@
15
packages = {
16
medusa = pkgs.buildGoModule {
17
pname = "medusa";
18
- version = "1.1.0";
+ version = "1.1.1";
19
src = ./.;
20
vendorHash = "sha256-0n72whnGP6Qrk2IjvVJzJ0NLGz41nqLLEWoHiR4PcJE=";
21
nativeBuildInputs = [
0 commit comments