Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 42ae42b

Browse files
author
Sami Tabet
authored
Merge pull request #195 from DataDog/sami/bump-winversion-to-6.6.0
Bump winversion to 6.6.0
2 parents 33aa9b8 + 9b63f8a commit 42ae42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gorake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def go_build(program, opts={})
2525
agentversion = ENV["AGENT_VERSION"] || ENV["PROCESS_AGENT_VERSION"] || "0.99.0"
2626

2727
# NOTE: This value is currently hardcoded and needs to be manually incremented during release
28-
winversion = "6.5.2".split(".")
28+
winversion = "6.6.0".split(".")
2929

3030
vars = {}
3131
vars["#{dd}.Version"] = agentversion

0 commit comments

Comments
 (0)