Skip to content

Commit

Permalink
bump version for bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Nov 27, 2014
1 parent 7ad6c59 commit 7f34c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SalmonConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
namespace salmon {
constexpr char majorVersion[] = "0";
constexpr char minorVersion[] = "2";
constexpr char patchVersion[] = "0";
constexpr char version[] = "0.2.0";
constexpr char patchVersion[] = "1";
constexpr char version[] = "0.2.1";
}

#endif // SALMON_CONFIG_HPP

0 comments on commit 7f34c9d

Please sign in to comment.