Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
asorrin-msft authored Apr 2, 2018
1 parent b533ec4 commit 8e1f7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobfuse/blobfuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void print_usage()

void print_version()
{
fprintf(stdout, "blobfuse 0.4\n");
fprintf(stdout, "blobfuse 1.0.0-RC-preview\n");
}

int set_log_mask(const char * min_log_level_char)
Expand Down

0 comments on commit 8e1f7e4

Please sign in to comment.