From f83032e6430f8f3b786616120f024273fe53101c Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 2 Aug 2024 14:30:53 +0200 Subject: [PATCH] Tag version --- pkg/obioptions/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. //