We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feea1e commit 868977cCopy full SHA for 868977c
CHANGELOG.md
@@ -1,7 +1,7 @@
1
-## v0.1.1 (Released 2019-03-06)
+## v0.1.x (Released 2019-03-06)
2
3
BUG FIXES
4
-- Fix automated build steps
+- Fix automated build steps and Docker setup
5
6
## v0.1.0 (Released 2019-03-06)
7
makefile
@@ -17,7 +17,7 @@ client:
17
@rm -rf ./client
18
OPENAPI_GENERATOR_VERSION=4.0.0-beta2 ./openapi-generator generate -i openapi.yaml -g go -o ./client
19
go fmt ./client
20
- go build github.com/moov-io/ofac/client
+ go build github.com/moov-io/fed/client
21
go test ./client
22
23
.PHONY: clean
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
8
-const Version = "v0.1.1"
+const Version = "v0.1.2"
0 commit comments