Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from tlisonbee/enum-fix
Browse files Browse the repository at this point in the history
Adding back deleted enum value
  • Loading branch information
tlisonbee authored Mar 2, 2017
2 parents 99afd62 + 3884b2e commit 561133e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

group=com.nike
artifactId=cerberus-lifecycle-cli
version=0.14.1
version=0.14.2
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public enum StackName {
GATEWAY("gateway"),
@Deprecated
LAMBDA("lambda"),
@Deprecated
RDSBACKUP("rdsbackup"), // TODO: need to remove but casually deleting will cause JSON parse error
CLOUD_FRONT_IP_SYNCHRONIZER("cloud-front-ip-synchronizer");

private final String name;
Expand Down

0 comments on commit 561133e

Please sign in to comment.