From ab0ddb292a24cf79b999301cf7be8034bea71921 Mon Sep 17 00:00:00 2001 From: HIROSE Masaaki Date: Thu, 28 Apr 2022 13:26:21 +0900 Subject: [PATCH] bump up version to 1.0.5 --- CHANGELOG.md | 3 +++ cmd/s3surfer/main.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7a371..85ba16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [v1.0.5](https://github.com/hirose31/s3surfer/compare/v1.0.4...v1.0.5) (2022-04-28) + + ## [v1.0.4](https://github.com/hirose31/s3surfer/compare/v1.0.3...v1.0.4) (2021-12-20) * Prepare to release v1.0.4 [#10](https://github.com/hirose31/s3surfer/pull/10) ([hirose31](https://github.com/hirose31)) diff --git a/cmd/s3surfer/main.go b/cmd/s3surfer/main.go index f32ba56..e079dde 100644 --- a/cmd/s3surfer/main.go +++ b/cmd/s3surfer/main.go @@ -12,7 +12,7 @@ import ( "github.com/hirose31/s3surfer/pkg/c" ) -const version = "1.0.4" +const version = "1.0.5" var revision = "HEAD"