diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b9e29f40b..77770a657c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
variables:
LATEST_LIBRARY_x86_64_LINUX_GNU:
- value: "https://github.com/DataDog/dd-trace-php/releases/download/0.83.1/dd-library-php-0.83.1-x86_64-linux-gnu.tar.gz"
+ value: "https://output.circle-artifacts.com/output/job/67aad9a4-5744-4f82-97c0-b382f076033b/artifacts/0/dd-library-php-0.84.0-x86_64-linux-gnu.tar.gz"
description: "Location where to download latest dd-library-php-*-x86_64-linux-gnu.tar.gz archive"
DOWNSTREAM_REL_BRANCH:
value: "master"
diff --git a/ext/version.h b/ext/version.h
index a7f97a61be..28dff1286c 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.84.0"
#endif
diff --git a/package.xml b/package.xml
index 769e263ba0..8b27646df5 100644
--- a/package.xml
+++ b/package.xml
@@ -56,7 +56,78 @@
BSD 3-Clause
diff --git a/src/DDTrace/Tracer.php b/src/DDTrace/Tracer.php
index a93b171f40..0cf8dc666c 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.84.0';
/**
* @var Span[][]