Skip to content

Commit

Permalink
Released Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Apr 19, 2022
1 parent ad6094d commit 1af103d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> Switch between Kubernetes context & namespace using an interactive menu.
![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)
![Version 2.0.2](https://img.shields.io/badge/Version-2.0.2-yellow.svg?style=for-the-badge)
![Version 2.0.3](https://img.shields.io/badge/Version-2.0.3-yellow.svg?style=for-the-badge)
![MacOS](https://img.shields.io/badge/OS-MacOS-yellow.svg?style=for-the-badge)

### About
Expand Down
2 changes: 1 addition & 1 deletion internal/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var command = &cobra.Command {
Use: "kube-switch",
Version: "2.0.2",
Version: "2.0.3",
Short: "Switch between Kubernetes context & namespace using an interactive menu",
Example: strings.Join ( [] string {
" kube-switch",
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: kube-switch
arch: amd64
platform: linux
version: 2.0.2
version: 2.0.3
section: default
priority: extra
maintainer: Rafael Grigorian <rafael@grigorian.org>
Expand Down

0 comments on commit 1af103d

Please sign in to comment.