Skip to content

Commit 1f322bd

Browse files
authored
upgrade to v1.5.0 (#791)
1 parent bc3d1d0 commit 1f322bd

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.4.1"
11+
const version = "1.5.0"
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
@@ -17,9 +17,9 @@
1717
packages = {
1818
medusa = pkgs.buildGoModule {
1919
pname = "medusa";
20-
version = "1.4.1";
20+
version = "1.5.0";
2121
src = ./.;
22-
vendorHash = "sha256-JaYAZX/u8cArVnQChmotpTbxja6XY0OaPr/RPd7rVXc=";
22+
vendorHash = "sha256-r4p49cnObkugiEvGZx6bgXhjMbS5tMdfJsAJ7KzWW10=";
2323
nativeBuildInputs = [
2424
crytic.packages.${system}.crytic-compile
2525
crytic.packages.${system}.slither

0 commit comments

Comments
 (0)