Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
prep 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jan 28, 2020
1 parent cb3b2f1 commit eb51a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@

[![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.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb51a28

Please sign in to comment.