1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00

bump version

This commit is contained in:
Jörn-Michael Miehe 2021-09-30 17:52:23 +02:00
parent 86c0213818
commit f66466de94
4 changed files with 3 additions and 4 deletions

View file

@ -6,7 +6,6 @@ this_dir="$(dirname "${this}")"
git_branch="$(git rev-parse --abbrev-ref HEAD)"
git_tag="$(git describe --abbrev=0)"
version_str="${git_branch##*/}"
version_str="0.1.6"
echo "${version_str}" > "${this_dir}/kiwi_scp/data/etc/version_tag"
sed -ri "s/(version\s*:).*$/\1 '${version_str}'/" "${this_dir}/example/kiwi.yml"

View file

@ -2,7 +2,7 @@
# kiwi-scp instance configuration #
###################################
version: '0.1.6'
version: '0.1.7'
runtime:
storage: /tmp/kiwi

View file

@ -1 +1 @@
0.1.6
0.1.7

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "kiwi-scp"
version = "0.1.6"
version = "0.1.7"
description = "kiwi is the simple tool for managing container servers."
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]