diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a2148c4..8c0d620 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: - run: go test - shell: bash - run: echo "fmcsadmin_version=2.2.0-dev" >> "$GITHUB_ENV" + run: echo "fmcsadmin_version=2.2.0" >> "$GITHUB_ENV" - run: go build -ldflags "-X main.version=${{ env.fmcsadmin_version }}" fmcsadmin.go diff --git a/Makefile b/Makefile index 35269f6..03c508e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=fmcsadmin -VERSION=2.2.0-dev +VERSION=2.2.0 GOCMD=go GOBUILD=$(GOCMD) build diff --git a/macOS/Distribution.xml b/macOS/Distribution.xml index 8d7c432..67760c3 100644 --- a/macOS/Distribution.xml +++ b/macOS/Distribution.xml @@ -1,6 +1,6 @@ - fmcsadmin 2.2.0-dev + fmcsadmin 2.2.0 diff --git a/release-notes.txt b/release-notes.txt index b06bad4..2ca06e0 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -2,7 +2,8 @@ fmcsadmin (c) 2017-2024 Emic Corporation This software is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information. -Version: 2.2.0 (in development) +Version: 2.2.0 +Date: August 28, 2024 - Add support for Claris FileMaker Server 2024 (21.0). - Add support for Claris FileMaker Server 2023 (20.1, 20.2 and 20.3). - Add support for Ubuntu 22.04 LTS (on amd64 architecture). diff --git a/tests/goss.yaml b/tests/goss.yaml index 5fe2b2c..7fab611 100644 --- a/tests/goss.yaml +++ b/tests/goss.yaml @@ -4,14 +4,14 @@ command: exec: "./fmcsadmin -v" exit-status: 0 stdout: - - "2.2.0-dev" + - "2.2.0" {{end}} {{if eq .Env.OS "windows"}} print-version: exec: "fmcsadmin.exe -v" exit-status: 0 - stdout: "fmcsadmin 2.2.0-dev\n" + stdout: "fmcsadmin 2.2.0\n" {{end}} {{if eq .Env.OS "darwin"}}