Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-neptune-alpha/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ export class EngineVersion {
* Neptune engine version 1.4.5.0
*/
public static readonly V1_4_5_0 = new EngineVersion('1.4.5.0');
/**
* Neptune engine version 1.4.5.1
*/
public static readonly V1_4_5_1 = new EngineVersion('1.4.5.1');

/**
* Constructor for specifying a custom engine version
Expand Down
Loading