Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Dec 14, 2019
1 parent 5608b23 commit 82558e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-client",
"version": "2.6.7",
"version": "2.6.8",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/bundle.cjs.js",
"module": "./lib/bundle.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "2.6.0-beta.8"
export const version = 'local';

0 comments on commit 82558e1

Please sign in to comment.