Skip to content

Commit 2d1f37d

Browse files
committed
chore: update version to 0.39.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 179dc3e commit 2d1f37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY: test deps download build clean astyle cmds docker
33

44
# GoCV version to use.
5-
GOCV_VERSION?="v0.38.0"
5+
GOCV_VERSION?="v0.39.0"
66

77
# OpenCV version to use.
88
OPENCV_VERSION?=4.10.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package gocv
77
import "C"
88

99
// GoCVVersion of this package, for display purposes.
10-
const GoCVVersion = "0.38.0"
10+
const GoCVVersion = "0.39.0"
1111

1212
// Version returns the current golang package version
1313
func Version() string {

0 commit comments

Comments
 (0)