Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit ab1dd50

Browse files
committed
locksmith: release v0.6.1
1 parent c1d32e4 commit ab1dd50

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v0.6.1
2+
3+
Locksmith now sequences itself after update_engine, avoiding an exit and
4+
relaunch if update_engine has not yet started.
5+
16
### v0.6.0
27

38
Locksmith no longer supports the deprecated `best-effort` strategy. The default

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package version
1616

1717
const (
1818
// Version is the version of locksmithctl that this is
19-
Version = "0.6.0+git"
19+
Version = "0.6.1"
2020
)

0 commit comments

Comments
 (0)