We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 599b7ca + 033cd38 commit 4b36bd7Copy full SHA for 4b36bd7
RELEASE_NOTES.txt
@@ -1,3 +1,13 @@
1
+# v0.9.49
2
+
3
+- support multiple oauth servers
4
+ - requires config file / cli option change
5
+ - template config files updated
6
+ - auth error handling fixes
7
+- buffer work request channel
8
+- more bug fixes
9
+- update base url
10
11
# v0.9.48
12
13
- golang 1.7.6
lib/conf/conf.go
@@ -13,7 +13,7 @@ import (
"time"
14
)
15
16
-const VERSION string = "0.9.48"
+const VERSION string = "0.9.49"
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