We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001bdb4 commit 1cbf1a6Copy full SHA for 1cbf1a6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.17.1
2
+---
3
+- To correct an error in the release process. Same as 0.17.0.
4
+
5
0.17.0
6
---
7
- **new devices**
version.go
@@ -2,4 +2,4 @@ package drivers
// Version returns a user-readable string showing the version of the drivers package for support purposes.
// Update this value before release of new version of software.
-const Version = "0.17.0"
+const Version = "0.17.1"
0 commit comments