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