Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odedlaz committed Oct 22, 2017
1 parent 3ce1b27 commit 90f1910
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
message = Bump version: {current_version} → {new_version}
commit = True
tag = False
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -68,7 +68,7 @@ set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Oded Lazar")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "execute commands as another user")
set(CPACK_RPM_PACKAGE_RELOCATABLE TRUE)
set(CPACK_RPM_RELOCATION_PATHS /etc)
set(CPACK_PACKAGE_VERSION "0.2.1")
set(CPACK_PACKAGE_VERSION "0.2.2")
set(CPACK_DEBIAN_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}")
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${CPU_ARCH}")
set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_SOURCE_DIR}/pkg")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ $ mkdir -p suex/build && cd suex/build && cmake .. && cd ..

## Project Status

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

## Authors

Expand Down
2 changes: 1 addition & 1 deletion include/version.h
@@ -1,5 +1,5 @@
#pragma once

namespace suex {
#define VERSION "0.2.1"
#define VERSION "0.2.2"
}

0 comments on commit 90f1910

Please sign in to comment.