Skip to content

Commit

Permalink
Set up v0.6.1
Browse files Browse the repository at this point in the history
This fixes a bug in the command-line client. The API is the same as in
0.6.0.
  • Loading branch information
tnipen committed Feb 25, 2023
1 parent 7a1a84b commit 78e4565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gridpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#endif
#include <exception>

#define GRIDPP_VERSION "0.6.0"
#define GRIDPP_VERSION "0.6.1"
#define __version__ GRIDPP_VERSION

namespace gridpp {
Expand Down
2 changes: 1 addition & 1 deletion src/client/Version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef GRIDPP_VERSION
#define GRIDPP_VERSION "0.3.4"
#define GRIDPP_VERSION "0.6.1"
#endif

0 comments on commit 78e4565

Please sign in to comment.