From 62a8327a737455f2f32c25a8cde915c992c73750 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:47:15 +0100 Subject: [PATCH] [AUTOPR] Automatic updates (#30) * Update GitHub action setup-go --------- Co-authored-by: nicolaasuni-vonage --- .github/workflows/check.yaml | 4 ++-- .github/workflows/confluence.yaml | 2 +- VERSION | 2 +- c/doc/Doxyfile | 2 +- python/setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 7378c53..547b6ba 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -35,7 +35,7 @@ jobs: - name: checkout repository uses: actions/checkout@v4 - name: setup go build environment - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' check-latest: true @@ -50,7 +50,7 @@ jobs: - name: checkout repository uses: actions/checkout@v4 - name: setup go build environment - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/confluence.yaml b/.github/workflows/confluence.yaml index fe8143b..c4026dd 100644 --- a/.github/workflows/confluence.yaml +++ b/.github/workflows/confluence.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: { ref: main } - name: setup go build environment - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' check-latest: true diff --git a/VERSION b/VERSION index fdd3be6..266146b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 +1.6.3 diff --git a/c/doc/Doxyfile b/c/doc/Doxyfile index b24ee94..ebd0e57 100644 --- a/c/doc/Doxyfile +++ b/c/doc/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.6.2 +PROJECT_NUMBER = 1.6.3 # 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 diff --git a/python/setup.py b/python/setup.py index 6ddc8ee..585bbda 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ def run(self): setup( name="numkey", - version="1.6.2.1", + version="1.6.3.1", keywords=("numkey E.164 shortcode lvn did encoding"), description="NumKey Bindings for Python", long_description=read("../README.md"),