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