From c594f08455e39853f287b0eeb9cb7c0af4226ef7 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 28 Apr 2023 10:43:23 +0200 Subject: [PATCH] Bump default user agent to 5.8.0 (#480) --- neo4j/useragent.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/neo4j/useragent.go b/neo4j/useragent.go index 411c1696..a737af93 100644 --- a/neo4j/useragent.go +++ b/neo4j/useragent.go @@ -8,15 +8,15 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package neo4j -const UserAgent = "Go Driver/5.0" +const UserAgent = "Go Driver/5.8.0"