Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mastereng12 committed Sep 25, 2024
1 parent 622a4be commit 3dc0a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Change Categories
• Breaking Changes: For changes that break backward compatibility.
-->

## Unreleased
## [v1.1.3](https://github.com/Lagrange-Labs/lsc-client-cli/releases/tag/v1.1.3) *2024-09-25*

### Features

Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func main() {
Usage: "Prints the version of the Lagrange Client CLI",
Action: func(c *cli.Context) error {
w := os.Stdout
fmt.Fprintf(w, "Version: %s\n", "v1.1.2")
fmt.Fprintf(w, "Version: %s\n", "v1.1.3")
fmt.Fprintf(w, "Go version: %s\n", runtime.Version())
fmt.Fprintf(w, "OS/Arch: %s/%s\n", runtime.GOOS, runtime.GOARCH)
return nil
Expand Down

0 comments on commit 3dc0a47

Please sign in to comment.