From 77e8621cf1590fed7072e2f9547b04c18c290994 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 4 Nov 2023 13:01:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/root.go | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index ddf3c55..4512b13 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -38,7 +38,7 @@ var cfgFile string // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Version: "0.2.2", + Version: "0.2.3", Use: "workon [project]", Short: "Manage tmux sessions", Long: "", diff --git a/flake.nix b/flake.nix index 688b6d7..05477fb 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ { packages.workon = pkgs.buildGoModule { pname = "workon"; - version = "0.2.2"; + version = "0.2.3"; src = ./.; vendorSha256 = "sha256-+EFL3cry1hFqVSWxobU6+V/30jbejft8kM5RXgroTxM="; nativeBuildInputs = with pkgs; [