Skip to content

Commit

Permalink
upgrade to v1.1.0 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishnaik authored Feb 5, 2025
1 parent 3cef3de commit be3c8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
)

const version = "1.0.0"
const version = "1.1.0"

// rootCmd represents the root CLI command object which all other commands stem from.
var rootCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages = {
medusa = pkgs.buildGoModule {
pname = "medusa";
version = "1.0.0";
version = "1.1.0";
src = ./.;
vendorHash = "sha256-0n72whnGP6Qrk2IjvVJzJ0NLGz41nqLLEWoHiR4PcJE=";
nativeBuildInputs = [
Expand Down

0 comments on commit be3c8a3

Please sign in to comment.