Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
seeruk committed Apr 26, 2017
1 parent 76e7ce3 commit ada6c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tid/cli/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// CreateApplication builds the console application instance. Providing it with some basic
// information like the name and version.
func CreateApplication(kernel *TidKernel) *console.Application {
application := console.NewApplication("tid", "0.2.0-alpha.1")
application := console.NewApplication("tid", "0.2.0")
application.Logo = `
######## ### #######
### ### ##
Expand Down

0 comments on commit ada6c85

Please sign in to comment.