Skip to content

Commit

Permalink
update release and fix database test
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsec-bf committed Mar 20, 2024
1 parent f9d9ec4 commit ce03106
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion aws/databases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var (
rootCmd = &cobra.Command{
Use: os.Args[0],
Version: "1.13.4",
Version: "1.14.0-prerelease",
}
)

Expand Down

0 comments on commit ce03106

Please sign in to comment.