You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/version.sh

9 lines
188 B

#! /bin/bash
# Increment packageVersion when package scripts change
packageVersion='3.0.9'
# For now we keep the build version and package version the same
buildVersion=$packageVersion