Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Updating version number format.
  • Loading branch information
imincik committed Nov 4, 2011
1 parent 13929df commit e1b0c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history_tracker.sql
@@ -1,6 +1,6 @@
-- HT_Version()
CREATE OR REPLACE FUNCTION HT_Version()
RETURNS text AS 'SELECT ''v0.1-beta1''::text AS version;'
RETURNS text AS 'SELECT ''0.1-beta1''::text AS version;'
LANGUAGE SQL;


Expand Down

0 comments on commit e1b0c59

Please sign in to comment.