Skip to content

Commit b5247cd

Browse files
carabasdanielactions-user
authored andcommitted
cli: update assetVersion to v1.8.0 (#1397)
Fixes: #1385 GitOrigin-RevId: 5b96d9d0c0142614c1c75bb71bd8c507ae15cbbd
1 parent a824e77 commit b5247cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/changes_get_change.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var getChangeCmd = &cobra.Command{
3838
// to reflect the latest version
3939
//
4040
// This allows us to update the assets without fear of breaking older comments
41-
const assetVersion = "476f6df5bc783c17b1d0513a43e0a0aa9c075588" // tag from v1.6.1
41+
const assetVersion = "a824e776f5db7c351c9222ab3da8cfef43f1e306" // tag from v1.8.0
4242

4343
func GetChange(cmd *cobra.Command, args []string) error {
4444
ctx := cmd.Context()

0 commit comments

Comments
 (0)