added a version number to the download page.
diff --git a/downloads.php b/downloads.php
index 40c4c82..bd3dbb4 100644
--- a/downloads.php
+++ b/downloads.php
@@ -25,7 +25,7 @@
 	<!-- downloads -->
 		<div class="homeitem3col">
 			
-			<p><strong>The current latest version of SWTBot is <? echo echo preg_replace('/-.*/', '', $helios_dev_version); ?>. Please upgrade if you're on an older version.</strong></p>
+			<p><strong>The current latest version of SWTBot is <? echo preg_replace('/-.*/', '', $helios_dev_version); ?>. Please upgrade if you're on an older version.</strong></p>
 			<!-- <h3>Nightly build</h3>
 
 			<p>Nightly builds of SWTBot are extremely stable, since SWTBot has a large number of tests, providing very good test coverage.</p> -->