Sonarr/version.sh

9 lines
188 B
Bash
Raw Normal View History

#! /bin/bash
# Increment packageVersion when package scripts change
2021-03-07 22:27:22 +00:00
packageVersion='3.0.5'
# For now we keep the build version and package version the same
buildVersion=$packageVersion