2018-11-20 21:13:44 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Increment packageVersion when package scripts change
|
2022-08-07 00:36:38 +02:00
|
|
|
packageVersion='3.0.9'
|
2018-11-20 21:13:44 +01:00
|
|
|
|
|
|
|
# For now we keep the build version and package version the same
|
|
|
|
buildVersion=$packageVersion
|
|
|
|
|