We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e8270d + 789731e commit 21a1560Copy full SHA for 21a1560
RELEASE_NOTES.txt
@@ -1,3 +1,7 @@
1
+# v0.9.51
2
+
3
+- add backwords compatible use of 'oauth' bearer key when using single auth
4
5
# v0.9.50
6
7
- fix workunit.ExitStatus on completion
lib/conf/conf.go
@@ -13,7 +13,7 @@ import (
13
"time"
14
)
15
16
-const VERSION string = "0.9.50"
+const VERSION string = "0.9.51"
17
18
var GIT_COMMIT_HASH string // use -ldflags "-X github.com/MG-RAST/AWE/lib/conf.GIT_COMMIT_HASH <value>"
19
const BasePriority int = 1
0 commit comments