UNPKG

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