From eb51a28b13fe1117bdbe29fd177fcd7b36e158e7 Mon Sep 17 00:00:00 2001 From: srinandan Date: Mon, 27 Jan 2020 20:57:50 -0800 Subject: [PATCH] prep 1.3 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba62face..4655b107 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![TravisCI](https://travis-ci.org/srinandan/apigeecli.svg?branch=master)](https://travis-ci.org/srinandan/apigeecli) [![Go Report Card](https://goreportcard.com/badge/github.com/srinandan/apigeecli)](https://goreportcard.com/report/github.com/srinandan/apigeecli) -[![Version](https://img.shields.io/badge/version-v1.2-green.svg)](https://github.com/srinandan/apigeecli/releases) +[![Version](https://img.shields.io/badge/version-v1.3-green.svg)](https://github.com/srinandan/apigeecli/releases) This is a tool to interact with [Apigee APIs](https://apigee.googleapis.com). The tool lets you manage (get, list) environments, proxies, etc. The tools also helps you create Service Accounts in Google IAM to operate Apigee hybrid runtime. diff --git a/main.go b/main.go index eabc6f27..8ad15c07 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ var Version string func main() { rootCmd := cmd.GetRootCmd() - rootCmd.Version = "1.2.0, Git: " + Version + rootCmd.Version = "1.3.0, Git: " + Version if err := rootCmd.Execute(); err != nil { os.Exit(-1)