Skip to content

Commit

Permalink
bump to v0.8.2 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 authored Jul 26, 2019
1 parent f62944d commit 2a87ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[meta]
autoupdate = false
configversion = "0.8.1"
configversion = "0.8.2"
updatelevel = "patch"

[repl]
Expand Down
2 changes: 1 addition & 1 deletion meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import version "github.com/hashicorp/go-version"
const AppName = "evans"

var (
Version = version.Must(version.NewSemver("0.8.1"))
Version = version.Must(version.NewSemver("0.8.2"))
)

0 comments on commit 2a87ba8

Please sign in to comment.