We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1d498 commit 929651dCopy full SHA for 929651d
cmd/root.go
@@ -8,7 +8,7 @@ import (
8
"github.com/spf13/cobra"
9
)
10
11
-const version = "1.3.0"
+const version = "1.3.1"
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.3.0";
+ version = "1.3.1";
19
src = ./.;
20
- vendorHash = "sha256-OEsE/RoOdTTk01hrdZQtUYk0uHS63lolSYJapW1xVBo=";
+ vendorHash = "sha256-Tt7ZoEjurGSEmkqEsM04s3Nsny7YSH+DLwProdvwASY=";
21
nativeBuildInputs = [
22
crytic.packages.${system}.crytic-compile
23
crytic.packages.${system}.slither
0 commit comments