We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a97068 commit 68fe170Copy full SHA for 68fe170
client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ratel-client",
3
- "version": "20.3.1-rc1",
+ "version": "20.7.0",
4
"description": "The user interface for interacting with Dgraph server",
5
"license": "Apache-2.0",
6
"repository": {
client/src/lib/dgraph-syntax.js
@@ -14,7 +14,7 @@
14
15
import { Unknown } from "./constants";
16
17
-const LATEST_VERSION = "v20.03.3";
+const LATEST_VERSION = "v20.07.0";
18
19
export function isLatestVersion(ver) {
20
return ver === Unknown || ver.indexOf(LATEST_VERSION) === 0;
0 commit comments