Skip to content

Commit 1cbf1a6

Browse files
committed
release: v0.17.1
Signed-off-by: deadprogram <[email protected]>
1 parent 001bdb4 commit 1cbf1a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.17.1
2+
---
3+
- To correct an error in the release process. Same as 0.17.0.
4+
15
0.17.0
26
---
37
- **new devices**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package drivers
22

33
// Version returns a user-readable string showing the version of the drivers package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.17.0"
5+
const Version = "0.17.1"

0 commit comments

Comments
 (0)