Skip to content

Commit 42982db

Browse files
authored
upgrade to v1.4.0 (#739)
1 parent 0c993c4 commit 42982db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1"
11+
const version = "1.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages = {
1818
medusa = pkgs.buildGoModule {
1919
pname = "medusa";
20-
version = "1.3.1";
20+
version = "1.4.0";
2121
src = ./.;
2222
vendorHash = "sha256-4CZqAMbrXZ1kCG8oKrJ2Odq9rnRWsMXCvYGKp8T1QAs=";
2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)