🔖 version 0.2.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-07 22:06:07 -04:00
parent b13b510cf1
commit ea4766fa8d
7 changed files with 84 additions and 449 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright © 2020-2021 James Walker <walkah@walkah.net>
Copyright © 2020-2023 James Walker <walkah@walkah.net>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -38,7 +38,7 @@ var cfgFile string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "0.2.1",
Version: "0.2.2",
Use: "workon [project]",
Short: "Manage tmux sessions",
Long: "",