Skip to content

Commit

Permalink
Bump default user agent to 5.8.0 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Apr 28, 2023
1 parent 3f304ee commit c594f08
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions neo4j/useragent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c594f08

Please sign in to comment.