Skip to content

Commit 21a1560

Browse files
authored
Merge pull request #532 from teharrison/master
version update
2 parents 2e8270d + 789731e commit 21a1560

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.51
2+
3+
- add backwords compatible use of 'oauth' bearer key when using single auth
4+
15
# v0.9.50
26

37
- fix workunit.ExitStatus on completion

lib/conf/conf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"time"
1414
)
1515

16-
const VERSION string = "0.9.50"
16+
const VERSION string = "0.9.51"
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)