Skip to content

Commit

Permalink
Merge pull request #94 from tstromberg/v1.0.0-beta.4
Browse files Browse the repository at this point in the history
Version bump to v1.0.0-beta.4
  • Loading branch information
tstromberg authored May 12, 2020
2 parents 389ec5b + 4c16011 commit 5b1258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/site/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"k8s.io/klog/v2"
)

const VERSION = "v1.0.0-beta.3"
const VERSION = "v1.0.0-beta.4"

var (
nonWordRe = regexp.MustCompile(`\W`)
Expand Down

0 comments on commit 5b1258d

Please sign in to comment.