diff --git a/aws/databases_test.go b/aws/databases_test.go index 9ef87e6..026d729 100644 --- a/aws/databases_test.go +++ b/aws/databases_test.go @@ -25,7 +25,6 @@ func TestDatabasesCommand(t *testing.T) { Goroutines: 3, WrapTable: false, RDSClient: &sdk.MockedRDSClient{}, - NeptuneClient: &sdk.MockedNeptuneClient{}, DynamoDBClient: &sdk.MockedAWSDynamoDBClient{}, RedshiftClient: &sdk.MockedRedshiftClient{}, } diff --git a/main.go b/main.go index c83485f..fd6a550 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( var ( rootCmd = &cobra.Command{ Use: os.Args[0], - Version: "1.13.4", + Version: "1.14.0-prerelease", } )