🔖 v0.2.3
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
James Walker 2023-11-04 13:01:15 -04:00
parent a4cfce2117
commit 77e8621cf1
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ var cfgFile string
// rootCmd represents the base command when called without any subcommands // rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Version: "0.2.2", Version: "0.2.3",
Use: "workon [project]", Use: "workon [project]",
Short: "Manage tmux sessions", Short: "Manage tmux sessions",
Long: "", Long: "",

View File

@ -21,7 +21,7 @@
{ {
packages.workon = pkgs.buildGoModule { packages.workon = pkgs.buildGoModule {
pname = "workon"; pname = "workon";
version = "0.2.2"; version = "0.2.3";
src = ./.; src = ./.;
vendorSha256 = "sha256-+EFL3cry1hFqVSWxobU6+V/30jbejft8kM5RXgroTxM="; vendorSha256 = "sha256-+EFL3cry1hFqVSWxobU6+V/30jbejft8kM5RXgroTxM=";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [