We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669755 commit b40c463Copy full SHA for b40c463
2 files changed
Makefile
@@ -1,5 +1,5 @@
1
NAME=fmcsadmin
2
-VERSION=1.0.0-dev
+VERSION=1.0.0
3
4
GOCMD=go
5
GOBUILD=$(GOCMD) build
release-notes.txt
@@ -2,7 +2,8 @@ fmcsadmin
(c) 2017-2019 Emic Corporation <https://www.emic.co.jp/>
This software is distributed under the MIT License, see LICENSE.txt and NOTICE.txt for more information.
-Version: 1.0.0 (in development)
+Version: 1.0.0
6
+Date: September 26, 2019
7
- Support and require FileMaker Admin API v2 of FileMaker Server 18 and FileMaker Cloud for AWS 1.18. Released as a stable version.
8
- Change to the MIT License.
9
- Enable "--fqdn" option for FileMaker Server.
0 commit comments