Skip to content

Commit cafe129

Browse files
committed
bump up version to 1.0.6
1 parent 0f8c469 commit cafe129

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v1.0.6](https://github.com/hirose31/s3surfer/compare/v1.0.5...v1.0.6) (2023-02-24)
2+
3+
* Upgrade golang.org/x/text [#13](https://github.com/hirose31/s3surfer/pull/13) ([hirose31](https://github.com/hirose31))
4+
* Pass make lint security [#12](https://github.com/hirose31/s3surfer/pull/12) ([hirose31](https://github.com/hirose31))
5+
16
## [v1.0.5](https://github.com/hirose31/s3surfer/compare/v1.0.4...v1.0.5) (2022-04-28)
27

38

cmd/s3surfer/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/hirose31/s3surfer/pkg/c"
1313
)
1414

15-
const version = "1.0.5"
15+
const version = "1.0.6"
1616

1717
var revision = "HEAD"
1818

0 commit comments

Comments
 (0)