diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -71,8 +71,9 @@ curl-setCurrent-go-wit-com-gui: curl-setTargetVersion-virtigo-v0.1.1: curl --silent http://localhost:9419/setTargetVersion?version=v0.1.1 -curl-setTargetVersion-go-clone-v0.6: - curl --silent "http://localhost:9419/setTargetVersion?repo=go-clone&version=v0.6" +# CAN NOT HAVE v0.6 -- MUST BE v0.6.0 +curl-setTargetVersion-go-clone-v0.6.0: + curl --silent "http://localhost:9419/setTargetVersion?repo=go-clone&version=v0.6.0" curl-incrementAllTargetVersions: curl --silent http://localhost:9419/setAllTargetVersions |
