sonarr/version.sh
2023-03-12 23:52:39 -07:00

8 lines
189 B
Bash

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