Skip to content

Commit 90f1910

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 3ce1b27 commit 90f1910

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
message = Bump version: {current_version} → {new_version}
44
commit = True
55
tag = False

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Oded Lazar")
6868
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "execute commands as another user")
6969
set(CPACK_RPM_PACKAGE_RELOCATABLE TRUE)
7070
set(CPACK_RPM_RELOCATION_PATHS /etc)
71-
set(CPACK_PACKAGE_VERSION "0.2.1")
71+
set(CPACK_PACKAGE_VERSION "0.2.2")
7272
set(CPACK_DEBIAN_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}")
7373
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${CPU_ARCH}")
7474
set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_SOURCE_DIR}/pkg")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ mkdir -p suex/build && cd suex/build && cmake .. && cd ..
6767

6868
## Project Status
6969

70-
Version `0.2.1` is out and has complete feature parity with the OpenBSD's `doas`.
70+
Version `0.2.2` is out and has complete feature parity with the OpenBSD's `doas`.
7171

7272
## Authors
7373

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22

33
namespace suex {
4-
#define VERSION "0.2.1"
4+
#define VERSION "0.2.2"
55
}

0 commit comments

Comments
 (0)