We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c993c4 commit 42982dbCopy full SHA for 42982db
2 files changed
cmd/root.go
@@ -8,7 +8,7 @@ import (
8
"github.com/spf13/cobra"
9
)
10
11
-const version = "1.3.1"
+const version = "1.4.0"
12
13
// rootCmd represents the root CLI command object which all other commands stem from.
14
var rootCmd = &cobra.Command{
flake.nix
@@ -17,7 +17,7 @@
17
packages = {
18
medusa = pkgs.buildGoModule {
19
pname = "medusa";
20
- version = "1.3.1";
+ version = "1.4.0";
21
src = ./.;
22
vendorHash = "sha256-4CZqAMbrXZ1kCG8oKrJ2Odq9rnRWsMXCvYGKp8T1QAs=";
23
nativeBuildInputs = [
0 commit comments