Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Korzhyk committed Aug 17, 2020
1 parent 7a97068 commit 68fe170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ratel-client",
"version": "20.3.1-rc1",
"version": "20.7.0",
"description": "The user interface for interacting with Dgraph server",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/lib/dgraph-syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import { Unknown } from "./constants";

const LATEST_VERSION = "v20.03.3";
const LATEST_VERSION = "v20.07.0";

export function isLatestVersion(ver) {
return ver === Unknown || ver.indexOf(LATEST_VERSION) === 0;
Expand Down

0 comments on commit 68fe170

Please sign in to comment.