Skip to content

Commit 54d2a06

Browse files
committed
Bump version to 0.1.3
Fixes for ZFS 2.0.0
1 parent a7aa1fa commit 54d2a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(zectl LANGUAGES C VERSION 0.1.2 DESCRIPTION "BE Manager")
3+
project(zectl LANGUAGES C VERSION 0.1.3 DESCRIPTION "BE Manager")
44

55
set (CMAKE_C_STANDARD 11)
66

src/zectl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <string.h>
1616

1717
char const *const ZE_PROGRAM = "zectl";
18-
char const *const ZECTL_VERSION = "0.1.2";
18+
char const *const ZECTL_VERSION = "0.1.3";
1919

2020
/* Function pointer to command */
2121
typedef libze_error (*command_func)(libze_handle *lzeh, int argc, char **argv);

0 commit comments

Comments
 (0)