diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 7c982cc..8972ca3 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -7,8 +7,8 @@ import ( // TODO: The version number is extracted from git. This induces that the version // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "1b1cd41" -var _Version = "" +var _Commit = "c0c1803" +var _Version = "Release 4.2.0" // Version returns the version of the obitools package. //