Skip to content

Commit 78e4565

Browse files
committed
Set up v0.6.1
This fixes a bug in the command-line client. The API is the same as in 0.6.0.
1 parent 7a1a84b commit 78e4565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/gridpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#endif
1414
#include <exception>
1515

16-
#define GRIDPP_VERSION "0.6.0"
16+
#define GRIDPP_VERSION "0.6.1"
1717
#define __version__ GRIDPP_VERSION
1818

1919
namespace gridpp {

src/client/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef GRIDPP_VERSION
2-
#define GRIDPP_VERSION "0.3.4"
2+
#define GRIDPP_VERSION "0.6.1"
33
#endif

0 commit comments

Comments
 (0)