Skip to content

Commit

Permalink
Database schema version is increased from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellware committed Dec 18, 2019
1 parent 33f00dd commit dda9eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/VERSION.txt
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion database/functions/message-store-version.sql
Expand Up @@ -2,7 +2,7 @@ CREATE OR REPLACE FUNCTION message_store.message_store_version()
RETURNS varchar
AS $$
BEGIN
RETURN '1.1.0';
RETURN '1.1.1';
END;
$$ LANGUAGE plpgsql
VOLATILE;

0 comments on commit dda9eb7

Please sign in to comment.