2018-11-20 21:13:44 +01:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# Increment packageVersion when package scripts change
|
2021-03-07 23:27:22 +01:00
|
|
|
packageVersion='3.0.5'
|
2018-11-20 21:13:44 +01:00
|
|
|
|
|
|
|
# For now we keep the build version and package version the same
|
|
|
|
buildVersion=$packageVersion
|
|
|
|
|