We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9b6e50 + e9241a7 commit 86e4961Copy full SHA for 86e4961
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [v0.4.1](https://github.com/dtan4/k8sec/releases/tag/v0.4.1) (2017-04-12)
2
+
3
+## Fixed
4
5
+- Use correct namespace [#20](https://github.com/dtan4/k8sec/pull/20)
6
7
# [v0.4.0](https://github.com/dtan4/k8sec/releases/tag/v0.4.0) (2017-04-12)
8
9
## Features
Makefile
@@ -1,5 +1,5 @@
NAME := k8sec
-VERSION := v0.4.0
+VERSION := v0.4.1
REVISION := $(shell git rev-parse --short HEAD)
SRCS := $(shell find . -type f -name '*.go')
0 commit comments