Skip to content

Commit

Permalink
feat(version): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Jun 15, 2020
1 parent 4145da7 commit e0e3cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type BaseTheme struct {
TemplateList map[string]string
}

const Version = "v0.0.36"
const Version = "v0.0.37"

func (b *BaseTheme) GetVersion() string {
return Version
Expand Down

0 comments on commit e0e3cef

Please sign in to comment.