Skip to content

Commit

Permalink
Update Go version to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 2, 2024
1 parent 17ba008 commit 71cae82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.4.17
9.4.18
2 changes: 1 addition & 1 deletion c/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "Binsearch"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 9.4.17
PROJECT_NUMBER = 9.4.18

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tecnickcom/binsearch

go 1.23

toolchain go1.23.1
toolchain go1.23.2

require (
github.com/jstemmer/go-junit-report/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):

setup(
name="binsearch",
version="9.4.17.0",
version="9.4.18.0",
keywords=("binsearch"),
description="Binsearch Bindings for Python",
long_description=read("../README.md"),
Expand Down

0 comments on commit 71cae82

Please sign in to comment.