From 1af103df7dc8c52f9325c9e20c2eeac47088ed5a Mon Sep 17 00:00:00 2001 From: Rafael Grigorian Date: Tue, 19 Apr 2022 10:56:04 -0500 Subject: [PATCH] Released Version 2.0.3 --- README.md | 2 +- internal/command.go | 2 +- nfpm.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f955116..49b2fd8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/internal/command.go b/internal/command.go index 876e033..22a4b80 100644 --- a/internal/command.go +++ b/internal/command.go @@ -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", diff --git a/nfpm.yaml b/nfpm.yaml index 89cf44c..4641ea8 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -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