From 1172ae39d362d2a86212731bbbe9f01bbf9bfe7e Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 23 Jul 2020 11:45:13 +1200 Subject: [PATCH] chore(version): bump version number --- agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.go b/agent.go index cec2892bb..74c0e3ac0 100644 --- a/agent.go +++ b/agent.go @@ -154,7 +154,7 @@ type ( const ( // Version represents the version of the agent. - Version = "1.6.0" + Version = "1.6.1" // APIVersion represents the version of the agent's API. APIVersion = "2" // DefaultAgentAddr is the default address used by the Agent API server.