Files
holos/scripts/bump
Jeff McCune 1306f23cfe Initial commit
Starting from 0.38.2 of the previous go-holos repository.  Focusing on
`holos build platform` with CUE integration of unmodified upstream Helm
charts.
2024-02-02 06:49:09 -08:00

5 lines
125 B
Bash
Executable File

#! /bin/bash
VERSION=${2:-$(( $(<pkg/version/embedded/${1:-patch}) + 1 ))}
echo $VERSION > pkg/version/embedded/${1:-patch}