@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
+
+## [3.1.2] - 2021-12-15
### Fix
- (pro) Fix object detection.
@@ -1,6 +1,6 @@
package version
-const version = "3.1.1"
+const version = "3.1.2"
func Version() string {
return version