Skip to content

Commit

Permalink
Update the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Sep 29, 2024
1 parent 5604660 commit ac21f65
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.1-dev
VERSION=2.3.0-dev

GOCMD=go
GOBUILD=$(GOCMD) build
Expand Down
4 changes: 2 additions & 2 deletions 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.1-dev</title>
<title>fmcsadmin 2.3.0-dev</title>
<welcome file="welcome.txt" />
<license file="LICENSE.txt" />
<pkg-ref id="jp.co.emic.fmcsadmin"/>
Expand All @@ -14,5 +14,5 @@
<choice id="jp.co.emic.fmcsadmin" visible="false">
<pkg-ref id="jp.co.emic.fmcsadmin"/>
</choice>
<pkg-ref id="jp.co.emic.fmcsadmin" version="2.2.1" onConclusion="none">fmcsadmin.pkg</pkg-ref>
<pkg-ref id="jp.co.emic.fmcsadmin" version="2.3.0" onConclusion="none">fmcsadmin.pkg</pkg-ref>
</installer-gui-script>
2 changes: 1 addition & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.1-dev (in development)
Version: 2.3.0-dev (in development)
- Add support for macOS Sequoia 15.
- Built with Go 1.23.
- [INFO] Drop support for macOS Monterey 12.
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.1-dev"
- "2.3.0-dev"
{{end}}

{{if eq .Env.OS "windows"}}
print-version:
exec: "fmcsadmin.exe -v"
exit-status: 0
stdout: "fmcsadmin 2.2.1-dev\n"
stdout: "fmcsadmin 2.3.0-dev\n"
{{end}}

{{if eq .Env.OS "darwin"}}
Expand Down

0 comments on commit ac21f65

Please sign in to comment.