mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-05-01 12:30:39 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f32b29db4f | |||
| 10f49fe64b | |||
| d257917748 |
@@ -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:
|
||||
//
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
4.4.32
|
||||
4.4.33
|
||||
|
||||
Reference in New Issue
Block a user