Skip to content

Commit

Permalink
Update version to 0.8.3 (tensorflow#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov authored Apr 23, 2018
1 parent 2bdd7a5 commit 9947800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-core",
"version": "0.8.2",
"version": "0.8.3",
"description": "Hardware-accelerated JavaScript library for machine intelligence",
"private": false,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.8.2';
const version = '0.8.3';
export {version};

0 comments on commit 9947800

Please sign in to comment.