From ca8af97b3cec3c991a058e4b83cbbb999553aeaa Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 18 Sep 2013 16:10:31 -0400 Subject: [PATCH] dont hardcode version --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 96c545f..c6dd4cc 100644 --- a/README.md +++ b/README.md @@ -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