UNPKG

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