mirror of https://github.com/Sonarr/Sonarr
9 lines
188 B
Bash
9 lines
188 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
# Increment packageVersion when package scripts change
|
||
|
packageVersion='3.0.1'
|
||
|
|
||
|
# For now we keep the build version and package version the same
|
||
|
buildVersion=$packageVersion
|
||
|
|