Merge pull request #107 from metabarcoding/push-oyzynqqnturm

Push oyzynqqnturm
This commit is contained in:
coissac
2026-04-13 14:29:44 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ var _httpClient = &http.Client{
Timeout: httpClientTimeout,
}
// RegisterHTTP registers the http module in the Lua state.
// RegisterHTTP registers the http module in the Lua state as a global,
// consistent with obicontext and BioSequence.
//
// Exposes:
//
+1 -1
View File
@@ -3,7 +3,7 @@ package obioptions
// Version is automatically updated by the Makefile from version.txt
// The patch number (third digit) is incremented on each push to the repository
var _Version = "Release 4.4.32"
var _Version = "Release 4.4.33"
// Version returns the version of the obitools package.
//
+1 -1
View File
@@ -1 +1 @@
4.4.32
4.4.33