Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Sep 21, 2016
1 parent f84e524 commit 0c4ccc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "genesis"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v0.10.0"
PROJECT_NUMBER = "v0.11.0"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/core/genesis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace genesis {
inline std::string genesis_version()
{
// The following line is automatically replaced by the deploy scripts. Do not change manually.
return "v0.10.0"; // #GENESIS_VERSION#
return "v0.11.0"; // #GENESIS_VERSION#
}

/**
Expand Down

0 comments on commit 0c4ccc4

Please sign in to comment.