Skip to content

Commit

Permalink
Fix houston deployment version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingregory committed Jan 8, 2019
1 parent b760eb1 commit 3e962b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion houston/queries.go
Expand Up @@ -18,7 +18,7 @@ var (
mutation CreateDeployment(
$label: String!
$type: String = "airflow"
$version: String = "1.9.0"
$version: String = "0.7.5"
$workspaceUuid: Uuid!
) {
createDeployment(
Expand Down

0 comments on commit 3e962b9

Please sign in to comment.