mirror of
https://github.com/holos-run/holos.git
synced 2026-03-03 01:49:54 +00:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#! /bin/bash
|
|
|
|
VERSION=${2:-$(( $(<version/embedded/${1:-patch}) + 1 ))}
|
|
echo $VERSION > version/embedded/${1:-patch}
|