diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0577acc7e8f..1fbdf956e6e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
variables:
LATEST_LIBRARY_x86_64_LINUX_GNU:
- value: ""
+ value: "https://output.circle-artifacts.com/output/job/300ccc2b-afae-42fc-8d3f-d734e842c498/artifacts/0/dd-library-php-0.86.0-x86_64-linux-gnu.tar.gz"
description: "Location where to download latest dd-library-php-*-x86_64-linux-gnu.tar.gz archive. Leave empty to take it from the latest released github tag."
DOWNSTREAM_REL_BRANCH:
value: "master"
diff --git a/ext/version.h b/ext/version.h
index a7f97a61be2..5de75c27a44 100644
--- a/ext/version.h
+++ b/ext/version.h
@@ -1,4 +1,4 @@
#ifndef PHP_DDTRACE_VERSION
// Must begin with a number for Debian packaging requirements
-#define PHP_DDTRACE_VERSION "1.0.0-nightly"
+#define PHP_DDTRACE_VERSION "0.86.0"
#endif
diff --git a/package.xml b/package.xml
index 769e263ba0b..9fc04d850d6 100644
--- a/package.xml
+++ b/package.xml
@@ -56,7 +56,60 @@
BSD 3-Clause
diff --git a/src/DDTrace/Tracer.php b/src/DDTrace/Tracer.php
index a93b171f40f..aaca4e25ffc 100644
--- a/src/DDTrace/Tracer.php
+++ b/src/DDTrace/Tracer.php
@@ -24,7 +24,7 @@ final class Tracer implements TracerInterface
* Must begin with a number for Debian packaging requirements
* Must use single-quotes for packaging script to work
*/
- const VERSION = '1.0.0-nightly';
+ const VERSION = '0.86.0';
/**
* @var Span[][]