Skip to content

Commit

Permalink
Bump native lib dependency version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shfty committed May 4, 2020
1 parent 829d876 commit c9cfdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/qodot/src/util/qodot_dependencies.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const PROTOCOL := "https"
const GITHUB_DOMAIN := "github.com"
const GIT_USER := "Shfty"
const RELEASE_DOWNLOADS := "releases/download"
const DEPENDENCY_TAG := "v1.6.5"
const DEPENDENCY_TAG := "v1.7.0"

static func get_platform_string() -> String:
match OS.get_name():
Expand Down

0 comments on commit c9cfdf7

Please sign in to comment.