Skip to content

Commit 8276e1d

Browse files
committed
APP-1447 - Add keep promotion type
1 parent bb91c4b commit 8276e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apptrust/model/promote_app_version_request.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const (
1313
var PromotionTypeValues = []string{
1414
PromotionTypeCopy,
1515
PromotionTypeMove,
16+
PromotionTypeKeep,
1617
}
1718

1819
type CommonPromoteAppVersion struct {

0 commit comments

Comments
 (0)