Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Aug 17, 2017
1 parent de779b9 commit 9f85704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libstorj],[1.0.1])
AC_INIT([libstorj],[1.0.2])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux/m4])
AM_INIT_AUTOMAKE([foreign])
Expand Down
2 changes: 1 addition & 1 deletion src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static inline void noop() {};
" STORJ_ENCRYPTION_KEY file encryption key\n\n"


#define CLI_VERSION "libstorj-1.0.1"
#define CLI_VERSION "libstorj-1.0.2"

static void json_logger(const char *message, int level, void *handle)
{
Expand Down

0 comments on commit 9f85704

Please sign in to comment.