Skip to content

Commit ab0ddb2

Browse files
committed
bump up version to 1.0.5
1 parent cce5805 commit ab0ddb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -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+
14
## [v1.0.4](https://github.com/hirose31/s3surfer/compare/v1.0.3...v1.0.4) (2021-12-20)
25

36
* Prepare to release v1.0.4 [#10](https://github.com/hirose31/s3surfer/pull/10) ([hirose31](https://github.com/hirose31))

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.4"
15+
const version = "1.0.5"
1616

1717
var revision = "HEAD"
1818

0 commit comments

Comments
 (0)