Skip to content

Commit

Permalink
Bump to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
javuto committed Sep 26, 2019
1 parent 0e147fd commit 464f36a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/admin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
// Service name
serviceName string = projectName + "-" + settings.ServiceAdmin
// Service version
serviceVersion string = "0.1.7"
serviceVersion string = "0.1.8"
// Service description
serviceDescription string = "Admin service for osctrl"
// Application description
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
// Application name
appName string = projectName + "-cli"
// Application version
appVersion string = "0.1.7"
appVersion string = "0.1.8"
// Application usage
appUsage string = "CLI for " + projectName
// Application description
Expand Down
2 changes: 1 addition & 1 deletion cmd/tls/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// Service name
serviceName string = projectName + "-" + settings.ServiceTLS
// Service version
serviceVersion string = "0.1.7"
serviceVersion string = "0.1.8"
// Service description
serviceDescription string = "TLS service for osctrl"
// Application description
Expand Down

0 comments on commit 464f36a

Please sign in to comment.