Skip to content

Commit 62727b0

Browse files
Merge pull request #405 from codefresh-io/add-account-id
Added Id field to account
2 parents a44c2e0 + 1918457 commit 62727b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.5
1+
0.37.6

pkg/codefresh/users.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type (
2424

2525
Account struct {
2626
Name string `json:"name"`
27+
ID string `json:"_id"`
2728
}
2829

2930
users struct {

0 commit comments

Comments
 (0)