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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed May 4, 2018
1 parent 409698a commit b91d794
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.2])
AC_INIT([libstorj],[1.0.3])
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.2"
#define CLI_VERSION "libstorj-1.0.3"

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

0 comments on commit b91d794

Please sign in to comment.