Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Bump to version 0.16.3 and changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: GuessWhoSamFoo <foos@vmware.com>
  • Loading branch information
GuessWhoSamFoo committed Dec 9, 2020
1 parent 9b33525 commit 656c740
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

var (
VERSION = "v0.16.2"
VERSION = "v0.16.3"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
9 changes: 9 additions & 0 deletions changelogs/CHANGELOG-0.16.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.16.3
#### 2020-12-9

### Download
- https://github.com/vmware-tanzu/octant/releases/v0.16.3

### All Changes
* Added verification for npm registry (#1718, @GuessWhoSamFoo)

## v0.16.2
#### 2020-11-11

Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/1717-GuessWhoSamFoo

This file was deleted.

0 comments on commit 656c740

Please sign in to comment.