Skip to content

Commit 4b36bd7

Browse files
authored
Merge pull request #524 from teharrison/master
version and notes
2 parents 599b7ca + 033cd38 commit 4b36bd7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

RELEASE_NOTES.txt

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
# v0.9.48
212

313
- golang 1.7.6

lib/conf/conf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"time"
1414
)
1515

16-
const VERSION string = "0.9.48"
16+
const VERSION string = "0.9.49"
1717

1818
var GIT_COMMIT_HASH string // use -ldflags "-X github.com/MG-RAST/AWE/lib/conf.GIT_COMMIT_HASH <value>"
1919
const BasePriority int = 1

0 commit comments

Comments
 (0)