1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00
Files
Sonarr/version.sh
2023-03-12 23:52:39 -07:00

9 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