We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179dc3e commit 2d1f37dCopy full SHA for 2d1f37d
Makefile
@@ -2,7 +2,7 @@
2
.PHONY: test deps download build clean astyle cmds docker
3
4
# GoCV version to use.
5
-GOCV_VERSION?="v0.38.0"
+GOCV_VERSION?="v0.39.0"
6
7
# OpenCV version to use.
8
OPENCV_VERSION?=4.10.0
version.go
@@ -7,7 +7,7 @@ package gocv
import "C"
9
// GoCVVersion of this package, for display purposes.
10
-const GoCVVersion = "0.38.0"
+const GoCVVersion = "0.39.0"
11
12
// Version returns the current golang package version
13
func Version() string {
0 commit comments