Skip to content

Commit

Permalink
set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Mar 6, 2020
1 parent 10a2319 commit 6ec4c4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
Version = "0.2.0"
Version = "0.3.0"
)

var (
Expand Down
8 changes: 8 additions & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ Install ytt, kbld, kapp beforehand (https://k14s.io).
export KAPPCTRL_E2E_NAMESPACE=kappctrl-test
./hack/test-all.sh
```

### Release

```
# Bump version in cmd/controller/main.go
# Commit
./hack/build-release.sh
```

0 comments on commit 6ec4c4e

Please sign in to comment.