Skip to content

Commit 929651d

Browse files
authored
upgrade to v1.3.1 (#676)
1 parent af1d498 commit 929651d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/root.go

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

11-
const version = "1.3.0"
11+
const version = "1.3.1"
1212

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
packages = {
1616
medusa = pkgs.buildGoModule {
1717
pname = "medusa";
18-
version = "1.3.0";
18+
version = "1.3.1";
1919
src = ./.;
20-
vendorHash = "sha256-OEsE/RoOdTTk01hrdZQtUYk0uHS63lolSYJapW1xVBo=";
20+
vendorHash = "sha256-Tt7ZoEjurGSEmkqEsM04s3Nsny7YSH+DLwProdvwASY=";
2121
nativeBuildInputs = [
2222
crytic.packages.${system}.crytic-compile
2323
crytic.packages.${system}.slither

0 commit comments

Comments
 (0)