From f83ef1da57010b7e1cf4776415f55ce5ade9391e Mon Sep 17 00:00:00 2001 From: Ping Yu <4018+pyu10055@users.noreply.github.com> Date: Fri, 1 Jun 2018 13:30:45 -0700 Subject: [PATCH] update the version to 0.12.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ff76668019..1d987a634f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs", - "version": "0.11.4", + "version": "0.12.0", "description": "An open-source machine learning framework.", "private": false, "main": "dist/index", diff --git a/src/version.ts b/src/version.ts index 6a6695c7ce2..0e6ff6a9ab9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.11.4'; +const version = '0.12.0'; export {version};