Skip to content

Commit

Permalink
Revert relying on git for version
Browse files Browse the repository at this point in the history
Even on a tag, this is adding the SHA to the version and messing up
runtime parsing of it, which the Riak backend does to determine if an
upgrade is necessary. We will keep manually updating the version number
for now.
  • Loading branch information
engelsanchez committed Jun 25, 2015
1 parent ea0a4f1 commit fe8cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcask.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, bitcask,
[
{description, ""},
{vsn, git},
{vsn, "1.7.2"},
{modules, []},
{registered, []},
{applications, [
Expand Down

0 comments on commit fe8cb6e

Please sign in to comment.