diff --git a/version.go b/version.go index ba2bde68..448c7532 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ package gocv import "C" // GoCVVersion of this package, for display purposes. -const GoCVVersion = "0.35.0" +const GoCVVersion = "0.36.0-dev" // Version returns the current golang package version func Version() string {