Skip to content

Commit 4ea8356

Browse files
authored
prepare for upgrade to v1.2 (#605)
* prepare for upgrade to v1.2 * fix nix build
1 parent 21d6ed8 commit 4ea8356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1"
11+
const version = "1.2.0"
1212

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

Diff for: flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
packages = {
1616
medusa = pkgs.buildGoModule {
1717
pname = "medusa";
18-
version = "1.1.1";
18+
version = "1.2.0";
1919
src = ./.;
20-
vendorHash = "sha256-0n72whnGP6Qrk2IjvVJzJ0NLGz41nqLLEWoHiR4PcJE=";
20+
vendorHash = "sha256-YGmXDn/sFOM/vEPpDRJwl275wz9DLe/aGNL104Qnjww=";
2121
nativeBuildInputs = [
2222
crytic.packages.${system}.crytic-compile
2323
crytic.packages.${system}.slither

0 commit comments

Comments
 (0)