Skip to content

Commit 881ce76

Browse files
authored
upgrade to v1.1.1 (#582)
* upgrade to v1.1.1 * update flake
1 parent cc7b948 commit 881ce76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/spf13/cobra"
99
)
1010

11-
const version = "1.1.0"
11+
const version = "1.1.1"
1212

1313
// rootCmd represents the root CLI command object which all other commands stem from.
1414
var rootCmd = &cobra.Command{

Diff for: flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages = {
1616
medusa = pkgs.buildGoModule {
1717
pname = "medusa";
18-
version = "1.1.0";
18+
version = "1.1.1";
1919
src = ./.;
2020
vendorHash = "sha256-0n72whnGP6Qrk2IjvVJzJ0NLGz41nqLLEWoHiR4PcJE=";
2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)