mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 04:43:00 +00:00
bump version
This commit is contained in:
parent
86c0213818
commit
f66466de94
4 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,6 @@ this_dir="$(dirname "${this}")"
|
||||||
git_branch="$(git rev-parse --abbrev-ref HEAD)"
|
git_branch="$(git rev-parse --abbrev-ref HEAD)"
|
||||||
git_tag="$(git describe --abbrev=0)"
|
git_tag="$(git describe --abbrev=0)"
|
||||||
version_str="${git_branch##*/}"
|
version_str="${git_branch##*/}"
|
||||||
version_str="0.1.6"
|
|
||||||
|
|
||||||
echo "${version_str}" > "${this_dir}/kiwi_scp/data/etc/version_tag"
|
echo "${version_str}" > "${this_dir}/kiwi_scp/data/etc/version_tag"
|
||||||
sed -ri "s/(version\s*:).*$/\1 '${version_str}'/" "${this_dir}/example/kiwi.yml"
|
sed -ri "s/(version\s*:).*$/\1 '${version_str}'/" "${this_dir}/example/kiwi.yml"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# kiwi-scp instance configuration #
|
# kiwi-scp instance configuration #
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
version: '0.1.6'
|
version: '0.1.7'
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
storage: /tmp/kiwi
|
storage: /tmp/kiwi
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.1.6
|
0.1.7
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "kiwi-scp"
|
name = "kiwi-scp"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
description = "kiwi is the simple tool for managing container servers."
|
description = "kiwi is the simple tool for managing container servers."
|
||||||
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
|
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue