We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce5805 commit ab0ddb2Copy full SHA for ab0ddb2
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [v1.0.5](https://github.com/hirose31/s3surfer/compare/v1.0.4...v1.0.5) (2022-04-28)
2
+
3
4
## [v1.0.4](https://github.com/hirose31/s3surfer/compare/v1.0.3...v1.0.4) (2021-12-20)
5
6
* Prepare to release v1.0.4 [#10](https://github.com/hirose31/s3surfer/pull/10) ([hirose31](https://github.com/hirose31))
cmd/s3surfer/main.go
@@ -12,7 +12,7 @@ import (
12
"github.com/hirose31/s3surfer/pkg/c"
13
)
14
15
-const version = "1.0.4"
+const version = "1.0.5"
16
17
var revision = "HEAD"
18
0 commit comments