Skip to content

Commit 2856a03

Browse files
committed
v1.0.1
== Bug fixes * Fix SEGV when there's no default collection #10 * Fix build error on a compiler with --as-needed turned on by default #11 * Workaround for occasionally secret retrieval error with libsecret #9 * $LDFLAGS was not honored properly, due to a typo #12
1 parent 3464cfb commit 2856a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envchain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "envchain.h"
4040

4141

42-
static const char version[] = "1.0.0";
42+
static const char version[] = "1.0.1";
4343
const char *envchain_name;
4444

4545
/* for help */

0 commit comments

Comments
 (0)