sonarr-repo-only/version.sh

9 lines
189 B
Bash
Raw Permalink Normal View History

#! /bin/bash
# Increment packageVersion when package scripts change
2023-03-06 18:28:17 +00:00
packageVersion='3.0.10'
# For now we keep the build version and package version the same
buildVersion=$packageVersion