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

Commit

Permalink
Bump to v2.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Feb 2, 2018
1 parent acca808 commit 3ab1638
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],[2.0.0-beta])
AC_INIT([libstorj],[2.0.0-beta2])
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-2.0.0-beta"
#define CLI_VERSION "libstorj-2.0.0-beta2"

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

0 comments on commit 3ab1638

Please sign in to comment.