Skip to content

Commit

Permalink
Merge pull request #515 from k1LoW/tagpr-from-v1.69.1
Browse files Browse the repository at this point in the history
Release for v1.69.2
  • Loading branch information
k1LoW authored Oct 3, 2023
2 parents 18a487a + d863fc0 commit 281c093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.69.2](https://github.com/k1LoW/tbls/compare/v1.69.1...v1.69.2) - 2023-10-03
### Other Changes
- Fix the command line argument for goreleaser release command by @mmizutani in https://github.com/k1LoW/tbls/pull/514

## [v1.69.1](https://github.com/k1LoW/tbls/compare/v1.69.0...v1.69.1) - 2023-10-02
### Other Changes
- Fix linux arm64 release build by @mmizutani in https://github.com/k1LoW/tbls/pull/512
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "tbls"

// Version for this
var Version = "1.69.1"
var Version = "1.69.2"

0 comments on commit 281c093

Please sign in to comment.