Skip to content

Commit

Permalink
Release fmcsadmin 2.2.0 (#32, #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 28, 2024
1 parent 95d15e9 commit e133784
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=fmcsadmin
VERSION=2.2.0-dev
VERSION=2.2.0

GOCMD=go
GOBUILD=$(GOCMD) build
Expand Down
2 changes: 1 addition & 1 deletion macOS/Distribution.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>fmcsadmin 2.2.0-dev</title>
<title>fmcsadmin 2.2.0</title>
<welcome file="welcome.txt" />
<license file="LICENSE.txt" />
<pkg-ref id="jp.co.emic.fmcsadmin"/>
Expand Down
3 changes: 2 additions & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ fmcsadmin
(c) 2017-2024 Emic Corporation <https://www.emic.co.jp/>
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).
Expand Down
4 changes: 2 additions & 2 deletions tests/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down

0 comments on commit e133784

Please sign in to comment.