You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
VERSION = 0.2
2
+
1
3
default: fmt build test
2
4
3
5
fmt:
@@ -32,4 +34,4 @@ test: fmt
32
34
go test -v github.com/DimensionDataResearch/docker-machine-driver-ddcloud/...
33
35
34
36
version:
35
-
echo"package main\n\n// DriverVersion is the current version of the CloudControl driver for Docker Machine.\nconst DriverVersion = \"v0.2 (`git rev-parse HEAD`)\""> ./version-info.go
37
+
echo"package main\n\n// DriverVersion is the current version of the CloudControl driver for Docker Machine.\nconst DriverVersion = \"v${VERSION} (`git rev-parse HEAD`)\""> ./version-info.go
0 commit comments