Skip to content

Commit

Permalink
Released Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Mar 28, 2021
1 parent 0218151 commit aba9a2c
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.1](https://img.shields.io/badge/Version-2.0.1-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)
![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.1",
Version: "2.0.2",
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.1
version: 2.0.2
section: default
priority: extra
maintainer: Rafael Grigorian <rafael@grigorian.org>
Expand Down

0 comments on commit aba9a2c

Please sign in to comment.