Skip to content

Commit f8e17ed

Browse files
committed
feat: v1.2.1
1 parent e2dde05 commit f8e17ed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 2
2+
project_name: synthient
23
release:
34
github:
45
owner: synthient

internal/cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
var Root = &cobra.Command{
99
Use: "synthient",
10-
Version: "v1.2.0",
10+
Version: "v1.2.1",
1111
Short: "Official CLI tool for Synthient [https://github.com/synthient/cli]",
1212
Run: func(cmd *cobra.Command, args []string) {
1313
err := cmd.Help()

0 commit comments

Comments
 (0)