Tag version

This commit is contained in:
Eric Coissac
2024-08-02 14:30:53 +02:00
parent c0c18030c8
commit f83032e643

View File

@ -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.
//