mirror of
https://github.com/yudai/gotty.git
synced 2026-01-19 15:56:10 +01:00
Let git compute version number
This commit is contained in:
parent
9fb9c5ccb8
commit
4a423fdf88
3 changed files with 3 additions and 4 deletions
2
main.go
2
main.go
|
|
@ -20,7 +20,7 @@ import (
|
|||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "gotty"
|
||||
app.Version = Version + "+" + CommitID
|
||||
app.Version = Version
|
||||
app.Usage = "Share your terminal as a web application"
|
||||
app.HideHelpCommand = true
|
||||
appOptions := &server.Options{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue