Skip to content

Commit

Permalink
Merge pull request #17 from Ontotext-AD/feature/bump-gdb-10-4
Browse files Browse the repository at this point in the history
Bumped GraphDB version to 10.4.0
  • Loading branch information
mihailradkov authored Oct 18, 2023
2 parents ce1b673 + 7e35873 commit 0f88798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ variable "ami_id" {
variable "graphdb_version" {
description = "GraphDB version"
type = string
default = "10.4.0-RC8"
default = "10.4.0"
nullable = false
}

Expand Down

0 comments on commit 0f88798

Please sign in to comment.