Skip to content

Commit

Permalink
Modified version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
millenc committed Jan 3, 2016
1 parent 44f21fe commit b5b1932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ var AboutCmd = &cobra.Command{
Short: "Version and authorship information",
Long: `Version and authorship information`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("latch-cmd - version 0.1 - author:Mikel Pintor (millen@gmail.com) - more info at: https://github.com/millenc/latch-cmd")
fmt.Println("latch-cmd - version 1.0 - Mikel Pintor (millen@gmail.com) - more info at: https://github.com/millenc/latch-cmd")
},
}

0 comments on commit b5b1932

Please sign in to comment.