Skip to content

Commit

Permalink
preparing v1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Jan 12, 2025
1 parent a42598b commit 817e25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.2.1 (Next)
### 1.2.1
- Add timestamp suffix to default snapshot file name.
- Migrate AWS storage support to SDK v2.
- Remove `-` after `prefix` in storage snapshot name.
Expand Down
2 changes: 1 addition & 1 deletion util/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func Cli() *string {

// version output
if *version {
log.Print("1.2.0")
log.Print("1.2.1")
os.Exit(0)
}

Expand Down

0 comments on commit 817e25b

Please sign in to comment.