Add release workflow

This commit is contained in:
Ben Johnson
2020-12-29 13:44:58 -07:00
parent e5ce22e895
commit ddf85f7150
2 changed files with 33 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ func (c *VersionCommand) Run(ctx context.Context, args []string) (err error) {
return err
}
fmt.Println("litestream", Version)
fmt.Println(Version)
return nil
}