remove sonic which only works on AMD64

Former-commit-id: 5073957b4706b68896006ee0f7bc30e49ff72c3b
This commit is contained in:
Eric Coissac
2024-06-24 14:53:18 +02:00
parent c1f03cb1f6
commit 1835cb2cf3
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ 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 = "c94e79b"
var _Commit = "ab9b472"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.