dont hardcode version

This commit is contained in:
David Dollar
2013-09-18 16:10:31 -04:00
parent aeb6adadf9
commit ca8af97b3c
+6 -6
View File
@@ -6,12 +6,12 @@ Foreman in Go.
##### Precompiled Binaries
* [Linux 32bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/0.4.3/linux-386/forego)
* [Linux 64bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/0.4.3/linux-amd64/forego)
* [OS X 32bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/0.4.3/darwin-386/forego)
* [OS X 64bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/0.4.3/darwin-amd64/forego)
* [Windows 32bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/0.4.3/windows-386/forego.exe)
* [Windows 64bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/0.4.3/windows-amd64/forego.exe)
* [Linux 32bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-386/forego)
* [Linux 64bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego)
* [OS X 32bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-386/forego)
* [OS X 64bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-amd64/forego)
* [Windows 32bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-386/forego.exe)
* [Windows 64bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-amd64/forego.exe)
##### Compile from Source