Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
Fixes for ZFS 2.0.0
  • Loading branch information
johnramsden committed Dec 7, 2020
1 parent a7aa1fa commit 54d2a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(zectl LANGUAGES C VERSION 0.1.2 DESCRIPTION "BE Manager")
project(zectl LANGUAGES C VERSION 0.1.3 DESCRIPTION "BE Manager")

set (CMAKE_C_STANDARD 11)

Expand Down
2 changes: 1 addition & 1 deletion src/zectl.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <string.h>

char const *const ZE_PROGRAM = "zectl";
char const *const ZECTL_VERSION = "0.1.2";
char const *const ZECTL_VERSION = "0.1.3";

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

0 comments on commit 54d2a06

Please sign in to comment.