diff --git a/lib/deploygate/command_builder.rb b/lib/deploygate/command_builder.rb index 62643ba..0ab6405 100644 --- a/lib/deploygate/command_builder.rb +++ b/lib/deploygate/command_builder.rb @@ -62,7 +62,7 @@ def error_handling(title, body, labels) options = { :title => title, :body => body, - :labels => labels + :labels => labels.push("v#{DeployGate::VERSION}") } url = GithubIssueRequest::Url.new(options).to_s puts ''