Update Time.php
diff --git a/Time.php b/Time.php
index a9af050..aeb4011 100644
--- a/Time.php
+++ b/Time.php
@@ -15,7 +15,7 @@
 	return 1;
 }
 
-define( 'DATAVALUES_TIME_VERSION', '0.1 beta' );
+define( 'DATAVALUES_TIME_VERSION', '0.1' );
 
 if ( defined( 'MEDIAWIKI' ) ) {
 	$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
@@ -28,4 +28,4 @@
 		'url' => 'https://github.com/DataValues/Time',
 		'description' => 'Time value objects, parsers and formatters',
 	);
-}
\ No newline at end of file
+}