Skip to content

Commit

Permalink
chore(version): cosme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoshiki41 committed Jan 17, 2018
1 parent 19382fb commit f75a129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radigo.go
Expand Up @@ -8,7 +8,6 @@ import (
)

const (
version = "0.4.1"
envRardigoHome = "RADIGO_HOME"

tz = "Asia/Tokyo"
Expand Down Expand Up @@ -42,6 +41,8 @@ func init() {
}
}

const version = "v0.4.2"

// Version returns the app version.
func Version() string {
return version
Expand Down

0 comments on commit f75a129

Please sign in to comment.