We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dde05 commit f8e17edCopy full SHA for f8e17ed
2 files changed
.goreleaser.yml
@@ -1,4 +1,5 @@
1
version: 2
2
+project_name: synthient
3
release:
4
github:
5
owner: synthient
internal/cli/root.go
@@ -7,7 +7,7 @@ import (
7
8
var Root = &cobra.Command{
9
Use: "synthient",
10
- Version: "v1.2.0",
+ Version: "v1.2.1",
11
Short: "Official CLI tool for Synthient [https://github.com/synthient/cli]",
12
Run: func(cmd *cobra.Command, args []string) {
13
err := cmd.Help()
0 commit comments