Files
holos/scripts/bump
Jeff McCune 4184619afc (#126) Refactor pkg to internal
pkg folder is not needed.  Move everything internal for now.
2024-04-12 13:56:16 -07:00

5 lines
117 B
Bash
Executable File

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