Skip to content

Commit

Permalink
Bump to version number v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cartoonist committed Jan 23, 2019
1 parent cf0997a commit d9f85d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define RELEASE_H__

namespace release {
const char* const version = "0.0.4"; /**< @brief Version number. */
const char* const version = "0.0.5"; /**< @brief Version number. */
const char* const name = "gcsa_locate"; /**< @brief Package name */
const char* const short_desc = "GCSA2 seed finder"; /**< @brief Short description. */
/** @brief Long description. */
Expand Down

0 comments on commit d9f85d8

Please sign in to comment.