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

Commit

Permalink
Bump windows version to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhay committed Jun 8, 2018
1 parent 7da1124 commit 67ebe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gorake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def go_build(program, opts={})
agentversion = ENV["PROCESS_AGENT_VERSION"] || "0.99.0"

# NOTE: This value is currently hardcoded and needs to be manually incremented during release
winversion = "6.2.1".split(".")
winversion = "6.3.0".split(".")

vars = {}
vars["#{dd}.Version"] = agentversion
Expand Down

0 comments on commit 67ebe0a

Please sign in to comment.