Skip to content

Commit

Permalink
Update version number to 0.4.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cooke committed Jul 4, 2018
1 parent e6d5adf commit f5de475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified doc/manuals/user/octopus-user-manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace octopus { namespace config {

const VersionNumber Version {0, 4, 0, boost::optional<std::string> {"alpha"}};
const VersionNumber Version {0, 4, 1, boost::optional<std::string> {"alpha"}};

std::ostream& operator<<(std::ostream& os, const VersionNumber& version)
{
Expand Down

0 comments on commit f5de475

Please sign in to comment.