diff options
Diffstat (limited to 'src/erlang-oauth/oauth.app.in')
-rw-r--r-- | src/erlang-oauth/oauth.app.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/erlang-oauth/oauth.app.in b/src/erlang-oauth/oauth.app.in index 6357b9b0..a8ec17c4 100644 --- a/src/erlang-oauth/oauth.app.in +++ b/src/erlang-oauth/oauth.app.in @@ -1,6 +1,6 @@ {application, oauth, [ {description, "Erlang OAuth implementation"}, - {vsn, "dev"}, + {vsn, "7d85d3ef"}, {modules, [ oauth, oauth_hmac_sha1, |