mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 01:04:59 +00:00
Starting from 0.38.2 of the previous go-holos repository. Focusing on `holos build platform` with CUE integration of unmodified upstream Helm charts.
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#! /bin/bash
|
|
|
|
VERSION=${2:-$(( $(<pkg/version/embedded/${1:-patch}) + 1 ))}
|
|
echo $VERSION > pkg/version/embedded/${1:-patch}
|