From ac2bb628cab31df4fbb10d27b6d766c9c0862de3 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 5 Feb 2021 08:00:22 -0800 Subject: [PATCH] fix: version number not edited after release candidate --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index 5a05047596..d67acd5446 100644 --- a/version.bzl +++ b/version.bzl @@ -19,4 +19,4 @@ # It will be automatically synced via the npm "version" script # that is run when running `npm version` during the release # process. See `Releasing` section in README.md. -VERSION = "3.0.0-rc.0" +VERSION = "3.1.0"