UNPKG

1.14 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7
8/**
9 * Copyright (c) "Neo4j"
10 * Neo4j Sweden AB [http://neo4j.com]
11 *
12 * This file is part of Neo4j.
13 *
14 * Licensed under the Apache License, Version 2.0 (the "License");
15 * you may not use this file except in compliance with the License.
16 * You may obtain a copy of the License at
17 *
18 * http://www.apache.org/licenses/LICENSE-2.0
19 *
20 * Unless required by applicable law or agreed to in writing, software
21 * distributed under the License is distributed on an "AS IS" BASIS,
22 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 * See the License for the specific language governing permissions and
24 * limitations under the License.
25 */
26// DO NOT CHANGE THE VERSION BELOW HERE
27// This is set by the build system at release time, using
28//
29// gulp set --x <releaseversion>
30//
31// This is set up this way to keep the version in the code in
32// sync with the npm package version, and to allow the build
33// system to control version names at packaging time.
34var _default = '1.7.8';
35exports["default"] = _default;
\No newline at end of file