Skip to content

Commit

Permalink
Update version number to 0.2.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cooke committed May 4, 2017
1 parent d6b85ba commit e7e779d
Showing 1 changed file with 1 addition and 1 deletion.
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, 2, 0, boost::optional<std::string> {"alpha"}};
const VersionNumber Version {0, 2, 1, boost::optional<std::string> {"alpha"}};

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

0 comments on commit e7e779d

Please sign in to comment.